Files | |
file | atsp.py [code] |
solve the asymmetric traveling salesman problem | |
file | bpp.py [code] |
use SCIP for solving the bin packing problem. | |
file | diet.py [code] |
model for the modern diet problem | |
file | eoq_en.py [code] |
piecewise linear model to the multi-item economic ordering quantity problem. | |
file | even.py [code] |
model to decide whether argument is even or odd | |
file | flp-benders.py [code] |
model for solving the capacitated facility location problem using Benders' decomposition | |
file | flp.py [code] |
model for solving the capacitated facility location problem | |
file | gcp.py [code] |
model for the graph coloring problem | |
file | gcp_fixed_k.py [code] |
solve the graph coloring problem with fixed-k model | |
file | kmedian.py [code] |
model for solving the k-median problem. | |
file | lo_wines.py [code] |
Simple SCIP example of linear programming. | |
file | logical.py [code] |
Tutorial example on how to use AND/OR/XOR constraints. | |
file | lotsizing_lazy.py [code] |
solve the single-item lot-sizing problem. | |
file | markowitz_soco.py [code] |
simple markowitz model for portfolio optimization. | |
file | mctransp.py [code] |
a model for the multi-commodity transportation problem | |
file | mkp.py [code] |
model for the multi-constrained knapsack problem | |
file | pfs.py [code] |
model for the permutation flow shop problem | |
file | piecewise.py [code] |
several approaches for solving problems with piecewise linear functions. | |
file | prodmix_soco.py [code] |
product mix model using soco. | |
file | rcs.py [code] |
model for the resource constrained scheduling problem | |
file | read_tsplib.py [code] |
read standard instances of the traveling salesman problem | |
file | ssa.py [code] |
multi-stage (serial) safety stock allocation model | |
file | ssp.py [code] |
model for the stable set problem | |
file | sudoku.py [code] |
Simple example of modeling a Sudoku as a binary program. | |
file | transp.py [code] |
a model for the transportation problem | |
file | transp_nofn.py [code] |
a model for the transportation problem | |
file | tsp.py [code] |
solve the traveling salesman problem | |
file | weber_soco.py [code] |
model for solving the weber problem using soco. | |