CppADCodeGen  HEAD
A C++ Algorithmic Differentiation Package with Source Code Generation
CppAD::cg::BiPGraphNode< Base > Class Template Referenceabstract
Inheritance diagram for CppAD::cg::BiPGraphNode< Base >:
Inheritance graph
Collaboration diagram for CppAD::cg::BiPGraphNode< Base >:
Collaboration graph

Public Member Functions

 BiPGraphNode (size_t index)
 
void color (std::ostream &out=std::cout, Verbosity verbosity=Verbosity::None)
 
void uncolor ()
 
bool isColored () const
 
size_t index () const
 
void setIndex (size_t index)
 
virtual const std::string & name () const =0
 
virtual std::string nodeType ()=0
 

Protected Attributes

size_t index_
 
bool colored_
 

Detailed Description

template<class Base>
class CppAD::cg::BiPGraphNode< Base >

Bipartite graph node

Definition at line 31 of file bipartite_nodes.hpp.


The documentation for this class was generated from the following file: