![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 171 of file inclusion.h.
#include <inclusion.h>
Public Member Functions | |
| SubsetsDetector (const Storage &storage, TimeLimit *time_limit) | |
| void | SetWorkLimit (uint64_t work_limit) |
| void | StopProcessingCurrentSubset () |
| void | StopProcessingCurrentSuperset () |
| void | Stop () |
| uint64_t | work_done () const |
| bool | Stopped () const |
| process () can call StopProcessingCurrentSuperset() to abort early - process() can call StopProcessingCurrentSubset() to never consider void IndexAllStorageAsSubsets() | |
| void | FindSubsets (absl::Span< const int > superset, int *next_index_to_try, const std::function< void(int subset)> &process) |
|
inline |
Definition at line 173 of file inclusion.h.
|
inline |
Definition at line 481 of file inclusion.h.
| operations_research::sat::SubsetsDetector< Storage >::process | ( | ) |
|
inline |
Definition at line 176 of file inclusion.h.
|
inline |
Definition at line 179 of file inclusion.h.
|
inline |
Definition at line 186 of file inclusion.h.
|
inline |
Definition at line 177 of file inclusion.h.
|
inline |
Definition at line 178 of file inclusion.h.
|
inline |
Definition at line 185 of file inclusion.h.