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 3710 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 3712 of file constraint_solver.h.
Member Function Documentation
◆ Add()
|
inline |
Definition at line 3714 of file constraint_solver.h.
◆ Decr()
|
inline |
Definition at line 3720 of file constraint_solver.h.
◆ Incr()
|
inline |
Definition at line 3718 of file constraint_solver.h.
◆ SetValue()
|
inlineinherited |
Definition at line 3693 of file constraint_solver.h.
◆ Value()
|
inlineinherited |
Definition at line 3691 of file constraint_solver.h.
The documentation for this class was generated from the following file: