we implement the sense of optimization as a class since we require it both in the classes ABA_CONSTRAINT and ABA_ROW.
#include <csense.h>
Inheritance diagram for ABA_CSENSE::
|
With this constructor the sense of the constraint can also be initialized with a single letter.
The default assignment operator is overloaded such that also the enumeration SENSE can be used on the right hand side.
This overloaded version of sense() changes the sense of the constraint.
The sense can also be changed by a character as in the constructor ABA_CSENSE(ABA_GLOBAL *glob, char s).
The output operator writes the sense on an output stream in the form <=, =, or >=.
we implement the sense of optimization as a class since we require it both in the classes ABA_CONSTRAINT and ABA_ROW.
Definition at line 50 of file csense.h.
Definition at line 57 of file csense.h.
If the default constructor is used, the sense is undefined.
This constructor initializes the sense.
With this constructor the sense of the constraint can also be initialized with a single letter.
The default assignment operator is overloaded such that also the enumeration SENSE can be used on the right hand side.
A reference to the sense.
Definition at line 146 of file csense.h.
The sense of the constraint.
Definition at line 152 of file csense.h.
This overloaded version of sense() changes the sense of the constraint.
Definition at line 157 of file csense.h.
The sense can also be changed by a character as in the constructor ABA_CSENSE(ABA_GLOBAL *glob, char s).
The output operator writes the sense on an output stream in the form <=, =, or >=.
The output stream.
Definition at line 138 of file csense.h.
Stores the sense of a constraint.
Definition at line 142 of file csense.h.
The documentation for this class was generated from the following file: