| SumDuplicates can result in linear constraint with no variables, entail the constraint if it happens |
|
More...
|
over 10 years ago
|
| SumDomains now filter NE mode using RangeSet. Also detects entailment. |
|
More...
|
over 10 years ago
|
| Remove constants from reified sum constraints, plus bug correction (sum constraints were dereified) |
|
More...
|
over 10 years ago
|
| Bug in SubsumedDiff pattern |
|
More...
|
over 10 years ago
|
| Corrected detection of AbsDiff constraints, but disable them for now |
|
More...
|
over 10 years ago
|
| Added assertion to detect Equality constraints |
|
More...
|
over 10 years ago
|
| Displays final Problem using logger.info before starting search |
|
More...
|
over 10 years ago
|
| Added toString to SumAC |
|
More...
|
over 10 years ago
|
| Replaced Option matchers with map/getOrElse in AbsDiffBC, removed duplicated code for Interval.union |
|
More...
|
over 10 years ago
|
| AbsAC now removes negative values from result |
|
More...
|
over 10 years ago
|
| Improved logging/requirement display for MAC |
|
More...
|
over 10 years ago
|
| Added methods to obtain info on optimization modes |
|
More...
|
over 10 years ago
|
| Added travis.yml file |
|
More...
|
over 10 years ago
|
| Added logback configuration to filter out logs not coming from Concrete (disabled for now) |
|
More...
|
over 10 years ago
|
| Updated battleships_2 using MiniZinc 2.0.1 |
|
More...
|
over 10 years ago
|
| ConstraintComparator does not need to extend FlatSpec |
|
More...
|
over 10 years ago
|
| Additional tests for ReifiedConstraint |
|
More...
|
over 10 years ago
|
| Throws AssertionError instead of IllegalStateException when an incorrect solution is found |
|
More...
|
over 10 years ago
|
| Additional tests in SumGenerator |
|
More...
|
over 10 years ago
|
| Refactored FZConcrete to extract FZSolve interpretation |
|
More...
|
over 10 years ago
|
| Corrected SumGenerator to give both BC and AC reified variants when positive constraint is AC and negative is AC/BC |
|
More...
|
over 10 years ago
|
| Added realUnion method for domain splitting in AbsBC |
|
More...
|
over 10 years ago
|
| AbsBC is now able to split domains (i.e. [1] = | [-1, -1] ++ [1, 1] |). |
|
More...
|
over 10 years ago
|
| Bug in Neq.isConsistent (forgot to take constant param into account) |
|
More...
|
over 10 years ago
|
| Reified not-equals now use SumNE instead of not(eq(...)) to avoid additional bool variables, updated AllDiff detection patterns accordingly |
|
More...
|
over 10 years ago
|
| SolvingTest takes FlatZinc goals into account |
|
More...
|
over 10 years ago
|
| Added tests for Interval.intersection |
|
More...
|
over 10 years ago
|
| Moved GCD calculations to Math.util |
|
More...
|
over 10 years ago
|
| Minor bugs/cosmetic/println changes |
|
More...
|
over 10 years ago
|
| Corrected Solver.apply which swallowed exceptions in CSPOMCompiler |
|
More...
|
over 10 years ago
|