JuliaOpt

Optimization packages for the Julia language.

Getting Started

        julia> Pkg.update()     # Get latest package info
        julia> Pkg.add("JuMP")
        julia> Pkg.add("Cbc")   # and so on
        

Detailed Guides for Beginners

Examples

We have a collection of JuliaOpt examples in the form of Jupyter/IJulia notebooks, including:

The source for these notebooks is available here.

Other Resources

For general Julia programming, see here. The list below contains links to resources relevant to mathematical optimization.

Books