Skip to content

Commit 4396243

Browse files
authored
Dev (#31)
* Add usual constraints from XCSP3 (#29) * Fix AllDifferent with param too * AllDiff and AllEq * Cardinality * Channel * Circuit * Count * Cumulative * Element * Extension * Instantiation * Intention (DistDifferent) * Maximum * Minimum * MDD * NValues * No Overlap * Ordered * Regular * Sum * Test items and fixes * Fix test items * Update Project.toml * Update Project.toml * Update compat
1 parent d51d0ca commit 4396243

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@ MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
1515
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
1616

1717
[compat]
18+
ConstraintCommons = "0.2"
1819
ConstraintDomains = "0.3"
1920
Constraints = "0.5"
2021
Intervals = "1"
2122
JuMP = "1"
2223
Lazy = "0.15"
2324
LocalSearchSolvers = "0.4"
2425
MathOptInterface = "1"
26+
TestItems = "0.1"
2527
julia = "1.6"
2628

2729
[extras]

0 commit comments

Comments
 (0)