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
This Julia package allows us to specify a set of constraints on real-valued variables,
6
7
given by inequalities, and
@@ -12,9 +13,9 @@ The package is based on interval arithmetic using the
12
13
in particular multi-dimensional `IntervalBox`es (i.e. Cartesian products of one-dimensional intervals).
13
14
14
15
## Documentation
15
-
Documentation for the package is available [here](http://juliaintervals.github.io/IntervalConstraintProgramming.jl/latest/).
16
+
Documentation for the package is available [here](https://juliaintervals.github.io/pages/packages/intervalconstraintprogramming/).
16
17
17
-
The best way to learn how to use the package is to look at the example notebooks, available in a separate repository[here](https://github.com/JuliaIntervals/IntervalConstraintProgrammingNotebooks).
18
+
The best way to learn how to use the package is to look at the tutorial, available in the organisation webpage[here](https://juliaintervals.github.io/pages/tutorials/tutorialConstraintProgramming/).
0 commit comments