Skip to content

A generic framework for writing linear optimization problems in Python.

License

Notifications You must be signed in to change notification settings

guifcoelho/pytosolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyToSolver

A generic framework for writing linear optimization problems in Python.

The solver's Python package must be installed for this framework to work.

If this package was useful in any way, please let me know.

Installation

Installing from source

git clone https://github.com/guifcoelho/pytosolver
pip install ./pytosolver

Each specific solver package must also be installed. The current supported solvers are:

  • HiGHS (the default solver, already comes with PyToSolver):
pip install highspy==1.7.2
pip install xpress

About

A generic framework for writing linear optimization problems in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages