Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

port to gecode >=4.0 #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

port to gecode >=4.0 #6

wants to merge 1 commit into from

Conversation

boutil
Copy link

@boutil boutil commented Mar 12, 2014

Hi!

I sent a pull request sometime ago to algorist algorist#5 to port dep-selector to gecode >= 0.4. I was asked to ping you. So here I am.

In 2013, the version 4.0 of the gecode library went out with major modifications breaking dep_selector: the notable changes are:

  • Restart class is now called RBS. This template class takes an additional parameter representing the engine to use. The constructor doesn't have a default value for the search option.
  • the statistics do not provide info about memory by default anymore
  • branching value selections are now functions.

You can see what changes were applied in Debian for the version 0.0.8 at
http://patch-tracker.debian.org/package/ruby-dep-selector/0.0.8-2. I adapted the patch to 0.0.9/0.10 in this pull request.

Cédric

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant