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 #5

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

port to gecode >=4.0 #5

wants to merge 1 commit into from

Conversation

boutil
Copy link

@boutil boutil commented Nov 26, 2013

gecode >=4.0 introduced major changes in the API.
- Restart class has been renamed to RBS which needs an Engine (chose DFS)
- instances of RBS need a Search::Cutoff (arbitraly chose Geometric)
- variable selection are now functions and need brackets
- statistics about memory are not available in gecode (by default)

@boutil
Copy link
Author

boutil commented Nov 26, 2013

This pull request is a proposition to solve #4.

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