The OPTANO Modeling library allows you to use C# as a Modeling language for mathematical optimization (mixed integer programming (MIP) and linear programming (LP)). It has a lightweight footprint and connects to several solvers.
State of the Art Mathematical Programming Solver
This package ships all files to run Gurobi with OPTANO Modeling on win64 and linux64. No additional installation required.
When running on linux, please also install gurobi as usual.
OPTANO.Modeling.Gurobi comes with a size-limited Gurobi...
More information
OPTANO.Modeling.GLPK provides a solver adapter that connects the GLPK ( https://www.gnu.org/software/glpk/ ) to OPTANO.Modeling ( https://www.nuget.org/packages/optano.modeling ).
Copyright (C) 2020 OPTANO GmbH
This program is free software: you can redistribute it and/or modify
it...
More information