Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Lp.Objective
SourceModule for the objective.
Type for a maximize or minimize objective.
Build an objective to maximize a polynomial. The polynomial is simplified (Poly.simplify
) on build. eps
specifies the threshold of near-zero, defaulting to 10. *. epsilon_float.
Build an objective to minimize a polynomial. The polynomial is simplified (Poly.simplify
) on build. eps
specifies the threshold of near-zero, defaulting to 10. *. epsilon_float.
Get string expression (LP file format) of the objective.
with_bound name
lb
ub
transforms the bounds of the variable name
with lb
and ub
.
to_integer name
transforms the variable name
into general integer variable.
to_binary name
transforms the variable name
into binary variable.