C++ Reference

C++ Reference: Routing

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()

NumericalRev ( const T &  val)
inlineexplicit

Definition at line 3760 of file constraint_solver.h.

Member Function Documentation

◆ Add()

void Add ( Solver *const  s,
const T &  to_add 
)
inline

Definition at line 3762 of file constraint_solver.h.

◆ Decr()

void Decr ( Solver *const  s)
inline

Definition at line 3768 of file constraint_solver.h.

◆ Incr()

void Incr ( Solver *const  s)
inline

Definition at line 3766 of file constraint_solver.h.

◆ SetValue()

void SetValue ( Solver *const  s,
const T &  val 
)
inlineinherited

Definition at line 3741 of file constraint_solver.h.

◆ Value()

const T & Value ( ) const
inlineinherited

Definition at line 3739 of file constraint_solver.h.


The documentation for this class was generated from the following file: