package lp
Install
Dune Dependency
Authors
Maintainers
Sources
md5=4bc3f413ebb6ce4078ed89e6da5285de
sha512=6393fcfc0a60584dc80dd4de4568b1463299f66223a1c85fff69080f498357175bd36697e3d3c7c4f7528d8be35b44789b676e7467c79c8bd477081c3118fc10
doc/lp/Lp/index.html
Module Lp
Source
top module of package Lp
Make monomial of a variable
Make array of monomials of a variable
Subtract two polynomials (concatenate left with negated right )
Multiply two polynomials. specifically, performs polynomial expansion.
Multiply two polynomials. specifically, performs polynomial expansion.
Divide polynomial by a univariate polynomial. Be careful as this function raises exception in following cases.
Build an equality constraint. Polynomials are simplified on build.
Build an inequality constraint. Polynomials are simplified on build.
Build an inequality constraint. Polynomials are simplified on build.
Build an objective to maximize a polynomial. The polynomial is simplified on build.
Build an objective to minimize a polynomial. The polynomial is simplified on build.
Express the problem in LP file format string
write fname
problem
writes out problem
to an LP file fname