|
CppADCodeGen 2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
|
#include <augment_path.hpp>


Public Member Functions | |
| virtual bool | augmentPath (Enode< Base > &i)=0 |
| void | setLogger (SimpleLogger &logger) |
| SimpleLogger & | getLogger () const |
Protected Types | |
| using | CGBase = CppAD::cg::CG< Base > |
| using | ADCG = CppAD::AD< CGBase > |
Protected Attributes | |
| SimpleLogger | defaultLogger_ |
| SimpleLogger * | logger_ |
Algorithm interface for assigning equations to variables in sorting procedures.
Definition at line 30 of file augment_path.hpp.
|
protected |
Definition at line 33 of file augment_path.hpp.
|
protected |
Definition at line 32 of file augment_path.hpp.
|
inline |
Definition at line 39 of file augment_path.hpp.
|
inlinevirtual |
Definition at line 43 of file augment_path.hpp.
|
pure virtual |
| i | The equation node |
Implemented in CppAD::cg::AugmentPathDepthLookahead< Base >, and CppAD::cg::AugmentPathDepthLookaheadA< Base >.
|
inline |
Definition at line 57 of file augment_path.hpp.
|
inline |
Definition at line 53 of file augment_path.hpp.
|
protected |
Definition at line 35 of file augment_path.hpp.
|
protected |
Definition at line 37 of file augment_path.hpp.