#include <var_obj.h>
Public Methods | |
| var_obj (double obj, double lBound, double uBound, Vartype vt_) | |
| virtual double | upper_bound () |
| returns the upper bound of the variable. | |
| virtual double | lower_bound () |
| returns the lower bound of the variable. | |
| virtual double | obj () |
| returns the objective function value. | |
| virtual Vartype | type () |
| returns the type of the variable. | |
| virtual void | non_zero_entries (column &col) |
| returns the non-zero entires of the variable. | |
|
||||||||||||||||||||
|
creates a new instance of a varible-generator and instanciates the the fields of the primitive variable. Definition at line 37 of file var_obj.h. References obj(). |
1.2.16