package lp
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module LpSource
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