CppADCodeGen 2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
|
#include <bipartite_nodes.hpp>
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_ |
Bipartite graph node
Definition at line 31 of file bipartite_nodes.hpp.
|
inline |
Definition at line 37 of file bipartite_nodes.hpp.
|
inlinevirtual |
Definition at line 70 of file bipartite_nodes.hpp.
|
inline |
Definition at line 42 of file bipartite_nodes.hpp.
|
inline |
Definition at line 58 of file bipartite_nodes.hpp.
|
inline |
Definition at line 54 of file bipartite_nodes.hpp.
|
inline |
Definition at line 62 of file bipartite_nodes.hpp.
|
inline |
Definition at line 50 of file bipartite_nodes.hpp.
|
protected |
Definition at line 34 of file bipartite_nodes.hpp.
|
protected |
Definition at line 33 of file bipartite_nodes.hpp.