#include <variable.h>
Public Methods | |
| var_obj * | var_pointer () const |
| returns the pointer to the coressponding var-object. | |
| double | obj () |
| returns the objective function coefficient of the variable. | |
| double | lower_bound () |
| returns the lower bound of the variable. | |
| double | upper_bound () |
| returns the upper bound of the variable. | |
| Vartype | type () |
| returns the type of the variable. | |
1.2.16