C++ Reference
C++ Reference: Routing
NumericalRev< T >
Detailed Description
template<class T>
class operations_research::NumericalRev< T >
Subclass of Rev<T> which adds numerical operations.
Definition at line 3758 of file constraint_solver.h.
Public Member Functions | |
NumericalRev (const T &val) | |
void | Add (Solver *const s, const T &to_add) |
void | Incr (Solver *const s) |
void | Decr (Solver *const s) |
const T & | Value () const |
void | SetValue (Solver *const s, const T &val) |
Constructor & Destructor Documentation
◆ NumericalRev()
|
inlineexplicit |
Definition at line 3760 of file constraint_solver.h.
Member Function Documentation
◆ Add()
|
inline |
Definition at line 3762 of file constraint_solver.h.
◆ Decr()
|
inline |
Definition at line 3768 of file constraint_solver.h.
◆ Incr()
|
inline |
Definition at line 3766 of file constraint_solver.h.
◆ SetValue()
|
inlineinherited |
Definition at line 3741 of file constraint_solver.h.
◆ Value()
|
inlineinherited |
Definition at line 3739 of file constraint_solver.h.
The documentation for this class was generated from the following file: