#include <work_assignment.h>
Definition at line 277 of file work_assignment.h.
◆ SharedTreeWorker() [1/2]
operations_research::sat::SharedTreeWorker::SharedTreeWorker |
( |
Model * | model | ) |
|
|
explicit |
◆ SharedTreeWorker() [2/2]
operations_research::sat::SharedTreeWorker::SharedTreeWorker |
( |
const SharedTreeWorker & | | ) |
|
|
delete |
◆ operator=()
◆ Search()
SatSolver::Status operations_research::sat::SharedTreeWorker::Search |
( |
const std::function< void()> & | feasible_solution_observer | ) |
|
Inside GetAssociatedLiteral if a literal becomes fixed at level 0 during Search,the code checks it is at level 0 when decoding the literal, but the fixed literals are cached, so we can create them now to avoid a crash.
Definition at line 834 of file work_assignment.cc.
The documentation for this class was generated from the following files: