0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Aug 31, 2024 — Aug 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use pregenerated checkSum function More... about 10 years ago
Use Arrays instead of Seqs in positive/negativeToReifiedPositions More... about 10 years ago
Optimized evaluation for Occurrence More... about 10 years ago
Removed ElementBC. Now use the Domain union/intersection API for fast ElementAC. More... about 10 years ago
Added Div and Mod constraints for good More... about 10 years ago
Improved filtering and incrementality of Min/Max constraints More... about 10 years ago
New Div/Mod methods. ModBC and DivBC are not tested (Div does not work), DivAC and ModAC simply use residues More... about 10 years ago
No conversion to SortedSet of convex domains More... about 10 years ago
Some optimization using Array.tabulate instead of map More... about 10 years ago
BinaryExt now use static advise heuristic More... about 10 years ago
Optimized MDDC/ReduceableExt with new Domain union API More... about 10 years ago
Added a "BoundResidue" to simulate BC using findSupport More... about 10 years ago
Optimise advise methods, enhanced control output, StatefulConstraint uses a class type parameter More... about 10 years ago
Change in the Heuristic API to handle decisionVariables on the VariableHeuristic level. Added SeqHeuristic for MiniZinc. More... about 10 years ago
Added modulo operator (%) on Int expressions More... about 10 years ago
Added cool union/intersection operators on domains, some optimization More... about 10 years ago
Entry in logback.xml to log only concrete package More... about 10 years ago
"Optimized" cumulative using bool_lin_le only works for constant bound and durations More... about 10 years ago
Enhanced MinMax constraints More... about 10 years ago
Debugging… More... about 10 years ago
Reversed entailment condition in linear constraints with no variables More... about 10 years ago
SumGenerator.readCSPOM now returns Seq[SimpleExpression[Any]] to cope with mixed linear/pseudoboolean constraints More... about 10 years ago
SolvingTest now reads search annotations on FlatZinc files, reinits ParameterManager before each search, uses Futures for timeouts (does not really work…) and tests optimization problems. More... about 10 years ago
Added test for SumDomains with NE mode More... about 10 years ago
Added test for AbsDiff compiler More... about 10 years ago
Added test for AbsAC More... about 10 years ago
Added support of FZArrayIdx in search annotations More... about 10 years ago
ScoredVariableHeuristic now directly uses Double.compareTo (probably useless optimization) More... about 10 years ago
Changed variableHeuristic.randomBreak parameter to variable.heuristic.randomBreak More... about 10 years ago
Added requirement to get more info on linear constraints with no variables More... about 10 years ago