![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
#include <integer.h>
Public Member Functions | |
RevIntRepository (Model *model) | |
![]() | |
RevRepository () | |
void | SetLevel (int level) final |
int | Level () const |
void | SaveState (int *object) |
void | SaveStateWithStamp (int *object, int64_t *stamp) |
![]() | |
ReversibleInterface () | |
virtual | ~ReversibleInterface () |
Singleton for basic reversible types. We need the wrapper so that they can be accessed with model->GetOrCreate<>() and properly registered at creation.
|
inlineexplicit |