Skip to content

hitonanode/linprog-modeler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linear Programming Modeler for scipy.optimize.linprog

The linprog-modeler, akin to the PuLP interface, is a robust linear programming (LP) and mixed integer linear programming (MILP) modeler designed for the scipy.optimize.linprog module and written in pure Python.

Application in AtCoder Contests

To employ this modeler in AtCoder contests, one must:

  1. Carefully copy the entirety of the lpmodeler/model.py script and incorporate it into your submission file.
  2. Develop your algorithmic solution within the submission.

For additional information and a concrete example, please consult the Submission Example.

About

Simple wrapper of `scipy.optimize.linprog`

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published