CppAD: A C++ Algorithmic Differentiation Package  20130918
CppAD::optimize::class_cexp_pair Class Reference

Class used to hold information about one conditional expression. More...

List of all members.

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.

Detailed Description

Class used to hold information about one conditional expression.

Definition at line 177 of file optimize.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines