Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::ReversibleInterface Class Referenceabstract

#include <rev.h>

Inheritance diagram for operations_research::ReversibleInterface:
operations_research::RevRepository< int > operations_research::RevRepository< IntegerValue > operations_research::RevVector< IdType, int > operations_research::RevGrowingMultiMap< Key, Value > operations_research::RevMap< Map > operations_research::RevRepository< T > operations_research::RevVector< IndexType, T > operations_research::sat::CircuitCoveringPropagator operations_research::sat::CircuitPropagator operations_research::sat::LinearProgrammingConstraint operations_research::sat::LinearPropagator operations_research::sat::NoCyclePropagator operations_research::sat::PrecedenceRelations

Public Member Functions

 ReversibleInterface ()
 
virtual ~ReversibleInterface ()
 
virtual void SetLevel (int level)=0
 

Detailed Description

Interface for reversible objects used to maintain them in sync with a tree search organized by decision levels.

Definition at line 30 of file rev.h.

Constructor & Destructor Documentation

◆ ReversibleInterface()

operations_research::ReversibleInterface::ReversibleInterface ( )
inline

Definition at line 32 of file rev.h.

◆ ~ReversibleInterface()

virtual operations_research::ReversibleInterface::~ReversibleInterface ( )
inlinevirtual

Definition at line 33 of file rev.h.

Member Function Documentation

◆ SetLevel()

virtual void operations_research::ReversibleInterface::SetLevel ( int level)
pure virtual

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