Skip to content

Latest commit

 

History

27 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages