Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

bitsnaps/cutting-stock

Repository files navigation

Cutting Stock with Pyomo

This is a simple example for using pyomo and python 3 to solve cutting stock problem.

Example updated from python 2 and adapted to newer version of pyomo.

Install pyomo

pyomo doesn't comes with Anaconda/Miniconda, so you must install it separately.

pip install pyomo
# or if you are using conda
conda install -c conda-forge pyomo

Running:

python cutstock_pyomo.py

Original example from: https://github.com/Pyomo/pyomo/tree/master/examples/doc/samples/comparisons/cutstock

About

Cutting stock algorithm using Pyomo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /