| CppADCodeGen
    HEAD
    A C++ Algorithmic Differentiation Package with Source Code Generation | 


| 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.
| 
 | pure virtual | 
| i | The equation node | 
Implemented in CppAD::cg::AugmentPathDepthLookaheadA< Base >, and CppAD::cg::AugmentPathDepthLookahead< Base >.