Variables can be of three different types: Continuous, Integer or Binary. We distinguish Integer and Binary variables since some operations are performed differently (e.g., branching).
#include <vartype.h>
Inheritance diagram for ABA_VARTYPE::
|
The default constructor lets the type of the variable uninitialized.
This version of the function type() sets the variable type.
The output operator writes the variable type to an output stream in the format { Continuous}, { Integer}, or { Binary}.
Variables can be of three different types: Continuous, Integer or Binary. We distinguish Integer and Binary variables since some operations are performed differently (e.g., branching).
Definition at line 45 of file vartype.h.
The enumeration with the different variable types.
Definition at line 54 of file vartype.h.
The default constructor lets the type of the variable uninitialized.
Definition at line 126 of file vartype.h.
This constructor initializes the variable type.
Definition at line 130 of file vartype.h.
The type of the variable.
Definition at line 135 of file vartype.h.
This version of the function type() sets the variable type.
Definition at line 140 of file vartype.h.
true If the type of the variable is Integer or Binary,
false otherwise.
Definition at line 145 of file vartype.h.
true If the type of the variable Binary,
false otherwise.
Definition at line 151 of file vartype.h.
true If the type of the variable is Integer,
false otherwise.
The output operator writes the variable type to an output stream in the format { Continuous}, { Integer}, or { Binary}.
A reference to the output stream.
The type of the variable.
Definition at line 122 of file vartype.h.
The documentation for this class was generated from the following file: