Julia Interface of MOS
This is the documentation for the Julia interface of MOS.
MOS is a universal Mathematical Optimization Service that facilitates the deployment, integration, management and analysis of mathematical optimization models.
Installation
import Pkg
using Pkg
Pkg.add(PackageSpec(url="https://github.com/Fuinn/mos-interface-jl/"))Authentication
Authentication token.
Example
Coming soon.