Tools for generating constraints for linear programs

42 Views Asked by At

Are there any freely available tools that aid in generating LP formulations in a way that can be fed into some solver?

Say I have a few hundred variables, all which have to satisfy the same constraints, then it would be tedious to manually generate these; or, if the sum of the absolute values of the variable is subject to some constraint, then that also is easier said than written out explicitly.

So are there any tools that are capable of generating (textual) LP formulations from a more abstract description using quantifiers, loops or ranges, that can be fed into solvers?

1

There are 1 best solutions below

0
On BEST ANSWER

Pyomo is dedicated to rule-based generation of $LP$ programs while also abstracting specific format-requirements of various solvers