Google OR-Tools: operations_research::NumericalRev< T > Class Template Reference

Subclass of Rev<T> which adds numerical operations. More...

Detailed Description

template<class T>
class operations_research::NumericalRev< T >

Subclass of Rev<T> which adds numerical operations.

Definition at line 4116 of file constraint_solver.h.

#include <constraint_solver.h>

Inheritance diagram for operations_research::NumericalRev< T >:

operations_research::Rev< T >

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)
Public Member Functions inherited from operations_research::Rev< T >
 Rev (const T &val)
const T & Value () const
void SetValue (Solver *const s, const T &val)

Constructor & Destructor Documentation

Member Function Documentation

◆ Add()

◆ Decr()

◆ Incr()


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