Main Page   Class Hierarchy   Compound List   File List   Contact   Download   Symbolic Constraints   Examples  

SCIL::var_obj Class Reference

Variable Objects : The base class to derive variable-schema.

#include <var_obj.h>

List of all members.

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.


Constructor & Destructor Documentation

SCIL::var_obj::var_obj double    objVal_,
double    lBound_,
double    uBound_,
Vartype    vt_
[inline]
 

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().


The documentation for this class was generated from the following files:
Generated on Tue Nov 16 15:18:26 2004 for SCIL by doxygen1.2.16