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

Release 0.4.2 #19

Merged
merged 103 commits into from
Oct 16, 2015
Merged

Release 0.4.2 #19

merged 103 commits into from
Oct 16, 2015

Conversation

mantkiew
Copy link
Member

  • Integrated and extended the CLI from ClaferChocoIG project.
  • Added setStrategy.
  • Ported to the latest Choco3/develop.
  • Added minimum/maximum of a set with a default value.
  • Added range/domain restriction.
  • Added common subexpression elimination.
  • Fixed group cardinality inheritance to match ClaferIG and semantics since 0.3.9.
  • Use a ternary constraint for if/then/else.
  • Improved symmetry breaking.
  • Improved inverse relations.
  • Improved sum propagator.
  • Added assertions.
  • Added continuous integration Travis CI.
  • Fixed modulo operator.

@mantkiew mantkiew self-assigned this Jul 29, 2015
@mantkiew mantkiew added this to the 0.4.0 milestone Jul 29, 2015
@mantkiew mantkiew changed the title Release 0.4.0 Release 0.4.1 Jul 29, 2015
@mantkiew mantkiew modified the milestones: 0.4.1, 0.4.0 Jul 29, 2015
@@ -63,7 +63,7 @@ public void testReadModel() throws IOException {
assertEquals('a', scope.getCharLow());
assertEquals('z', scope.getCharHigh());

Objective[] objectives = triple.getThd();
Objective[] objectives = triple.getObjectives();
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add an assertion

mantkiew added a commit that referenced this pull request Oct 16, 2015
@mantkiew mantkiew merged commit 3b80113 into master Oct 16, 2015
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.

None yet

3 participants