This repository shows examples for OPTANO.Modeling.
Find a description of the examples here: http://docs.optano.com/modeling/current/userDoc/model_examples/advanced_introduction.html
- Download the code from this repository
- Open the AdvancedModels.sln file with Visual Studio 2017 Community or Visual Studio Code
- Run the following command in the packet manager window to restore the packages and run their install scripts
Update-Package -Reinstall -FileConflictAction Overwrite
- Build and Run the solution
Exemplary implementations* of some of the most common Mixed Integer Problems:
-
The Traveling Salesman Problem
-
The Multi Vehicle Routing Problem /w Capacity Constraints
-
The Capacitated Lot-Sizing Problem
-
The Warehouse Location Problem
-
The Job Scheduling Problem
Exemplary implementations* of some of the most common Integer Problems:
-
The Knapsack Problem
-
The Set Covering / Packing / Partitioning
-
The N-Queens Problem
-
Solving Sudoku
Please address support questions to the forum:
- Support Forum: https://groups.google.com/forum/#!forum/optano-modeling
OPTANO.Modeling is a .net API to create mathematical programs and run them with several solvers.
- nuget: https://www.nuget.org/packages/OPTANO.Modeling/
- Project information: https://optano.com/en/modeling/
- License: https://optano.com/en/modeling-mit-license/