lp.object | R Documentation |
Structure of lp object
An lp.object is a list containing the following elements:
direction |
Optimization direction, as entered |
x.count |
Number of variables in objective function |
objective |
Vector of objective function coefficients, as entered |
const.count |
Number of constraints entered |
constraints |
Constraint matrix, as entered (not returned
by |
int.count |
Number of integer variables |
int.vec |
Vector of integer variables' indices, as entered |
objval |
Value of objective function at optimum |
solution |
Vector of optimal coefficients |
num.bin.solns |
Numeric indicator of number of solutions returned |
status |
Numeric indicator: 0 = success, 2 = no feasible solution |
Sam Buttrey, buttrey@nps.edu
lp
, lp.assign
, lp.transport
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.