![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <bop_ls.h>
Public Member Functions | |
| BacktrackableIntegerSet ()=default | |
| void | ClearAndResize (IntType n) |
| void | ChangeState (IntType i, bool should_be_inside) |
| int | size () const |
| const std::vector< IntType > & | Superset () const |
| void | AddBacktrackingLevel () |
| void | BacktrackOneLevel () |
| void | BacktrackAll () |
|
default |
| void operations_research::bop::BacktrackableIntegerSet< IntType >::AddBacktrackingLevel | ( | ) |
| void operations_research::bop::BacktrackableIntegerSet< IntType >::BacktrackAll | ( | ) |
| void operations_research::bop::BacktrackableIntegerSet< IntType >::BacktrackOneLevel | ( | ) |
| void operations_research::bop::BacktrackableIntegerSet< IntType >::ChangeState | ( | IntType | i, |
| bool | should_be_inside ) |
| void operations_research::bop::BacktrackableIntegerSet< IntType >::ClearAndResize | ( | IntType | n | ) |
|
inline |
|
inline |