Classes | |
struct | pair |
Represents a pair (variable, coeff). | |
Public Member Functions | |
row_constraint (row &r, cons_sense s) | |
double | rhs () |
double | coeff (var_obj *v) |
Returns the corresponding coefficient of this var_obj. | |
void | non_zero_entries (row &r) |
Adds to r all row_entries (v,c) with v a non-zero variable and c the corresponding coefficient. |
Definition at line 13 of file row_constraint.h.