CppAD: A C++ Algorithmic Differentiation Package
20130918
|
Class used to hold information about one conditional expression. More...
Public Member Functions | |
class_cexp_pair (const bool &compare, const size_t &index) | |
constructor | |
bool | operator!= (const class_cexp_pair &right) |
not equal operator | |
bool | operator< (const class_cexp_pair &right) const |
Less than operator (required for intersection of two sets of class_cexp_pair elements). | |
void | operator= (const class_cexp_pair &right) |
assignment operator | |
Public Attributes | |
bool | compare_ |
If this is true (false) this connection is only for the case where the comparision in the conditional expression is true (false) | |
size_t | index_ |
This is the index of the conditional expression (in cksip_info) for this connection. |
Class used to hold information about one conditional expression.
Definition at line 177 of file optimize.hpp.