You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -22,13 +22,13 @@ of bridges should make it possible to transform any CP model into a MIP model.
22
22
23
23
Currently, the following solvers are using this interface:
24
24
25
-
*[Chuffed.jl](https://github.com/dourouc05/Chuffed.jl), wrapper for the open-source [Chuffed](https://github.com/chuffed/chuffed) solver
25
+
*[Chuffed.jl](https://github.com/JuliaConstraints/Chuffed.jl), wrapper for the open-source [Chuffed](https://github.com/chuffed/chuffed) solver
26
26
*[ConstraintSolver.jl](https://github.com/Wikunia/ConstraintSolver.jl), a native Julia open-source solver
27
-
*[CPLEXCP.jl](https://github.com/dourouc05/CPLEXCP.jl), wrapper for the commercial [CPLEX CP Optimizer](https://www.ibm.com/analytics/cplex-cp-optimizer) solver
27
+
*[CPLEXCP.jl](https://github.com/JuliaConstraints/CPLEXCP.jl), wrapper for the commercial [CPLEX CP Optimizer](https://www.ibm.com/analytics/cplex-cp-optimizer) solver
28
28
29
29
## An example
30
30
31
-
For instance, you can use this package [to formulate a colouring problem on a map](https://github.com/dourouc05/ConstraintProgrammingExtensions.jl/blob/master/src/Test/test_integration.jl#L9-L32):
31
+
For instance, you can use this package [to formulate a colouring problem on a map](https://github.com/JuliaConstraints/ConstraintProgrammingExtensions.jl/blob/master/src/Test/test_integration.jl#L9-L32):
0 commit comments