#include <Sm_lps3_2.h>
Public Attributes | |
lprec * | lp |
Reference to lp_solve's structure representing the lp. | |
int * | mp_eq_con |
Map from equation to constraint. | |
int * | mp_le_con |
Map from less-equal to constraint. | |
int * | mp_parts |
Map connecting positive and negative parts of free variables. |
This class stores additional information about lp_solve's representation of an lp.