1
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 11 hours ago.
Oct 29, 2024 — Oct 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Big rewrite and optimization of Linear constraints.
scand1sk
as Julien Vion
More... about 10 years ago
Removed default init() method, all constraints must implement it. isConsistent() must now return an Outcome (for constraint States). Added LeC constraint.
scand1sk
as Julien Vion
More... about 10 years ago
Travis: use Java8
scand1sk
as Julien Vion
More... about 10 years ago
Additional logging of command line options
scand1sk
as Julien Vion
More... about 10 years ago
Completed implementation of SparseSets
scand1sk
as Julien Vion
More... about 10 years ago
Added Sonatype plugin for publication on Maven Central
scand1sk
as Julien Vion
More... about 10 years ago
Changed CSPOM to 2.6.1 and version to 3.0-B1
scand1sk
as Julien Vion
More... about 10 years ago
Pushed version to 3.0-B1
scand1sk
as Julien Vion
More... about 10 years ago
Added "-p" option to FZRunner for the MiniZinc challenge
scand1sk
as Julien Vion
More... about 10 years ago
Mul generator generates constraints with constants
scand1sk
as Julien Vion
More... about 10 years ago
Implemented intersection of boolean with int domain (always return a boolean domain)
scand1sk
as Julien Vion
More... about 10 years ago
Constraint.variablePosition is now an array, update Variable accordingly
scand1sk
as Julien Vion
More... over 10 years ago
SeqHeuristic in GIT index
scand1sk
as Julien Vion
More... over 10 years ago
BoundResidues in GIT index
scand1sk
as Julien Vion
More... over 10 years ago
new ProblemState.entailIf method, added remove(Variable…) methods to work with variables not in problem
scand1sk
as Julien Vion
More... over 10 years ago
Updated versions for 2.0-B1 release
scand1sk
as Julien Vion
More... over 10 years ago
Additional tests, updated APIs
scand1sk
as Julien Vion
More... over 10 years ago
Test union/intersection of domains
scand1sk
as Julien Vion
More... over 10 years ago
Added Interval.connected method
scand1sk
as Julien Vion
More... over 10 years ago
Added applyParametersPre method to change problem parameters between problem compilation and solver instantiation (for MiniZinc heuristics). Use of the new Heuristic API and SeqHeuristic.
scand1sk
as Julien Vion
More... over 10 years ago
ReifiedClause wait for boolean types to be enforced before matching anything
scand1sk
as Julien Vion
More... over 10 years ago
OccurrenceDomains simplified
scand1sk
as Julien Vion
More... over 10 years ago
Corrected 'in constraint format
scand1sk
as Julien Vion
More... over 10 years ago
Added PBConstants, removed DivToMul
scand1sk
as Julien Vion
More... over 10 years ago
bool2int must self-propagate in case several constraints involve the same variable (CSPOMCompiler ignores this now anyway)
scand1sk
as Julien Vion
More... over 10 years ago
Do not generate SumAC constraints for </<= modes
scand1sk
as Julien Vion
More... over 10 years ago
Clean up SetInGenerator
scand1sk
as Julien Vion
More... over 10 years ago
Added DivGenerator
scand1sk
as Julien Vion
More... over 10 years ago
Minor improvements in ACC
scand1sk
as Julien Vion
More... over 10 years ago
Update of the StatefulConstraint API
scand1sk
as Julien Vion
More... over 10 years ago