Installation

NoLimits.jl requires Julia 1.12 or later. The package is currently installed directly from GitHub.

Installing the Package

In a Julia session, run:

using Pkg
Pkg.add(url="https://github.com/manuhuth/NoLimits.jl")

Then verify the installation by loading the package:

using NoLimits

If this runs without errors, the installation is complete and you are ready to proceed to the Tutorials.

Registry Status

Registry-based installation (Pkg.add("NoLimits")) will be available once the package is published in a Julia package registry.