From 439624367c53fc74f755cf9b689595411496f63b Mon Sep 17 00:00:00 2001 From: Jean-Francois Baffier Date: Sun, 23 Jun 2024 11:16:07 +0900 Subject: [PATCH] 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 --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index 0335df4..52052ca 100644 --- a/Project.toml +++ b/Project.toml @@ -15,6 +15,7 @@ MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe" [compat] +ConstraintCommons = "0.2" ConstraintDomains = "0.3" Constraints = "0.5" Intervals = "1" @@ -22,6 +23,7 @@ JuMP = "1" Lazy = "0.15" LocalSearchSolvers = "0.4" MathOptInterface = "1" +TestItems = "0.1" julia = "1.6" [extras]