![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 1297 of file synchronization.h.
#include <synchronization.h>
Public Member Functions | |
| SharedLratProofStatus () | |
| int | NewSubSolverId () |
| void | NewSubsolverProofStatus (DratChecker::Status status, bool lrat_check_enabled, bool drat_check_enabled, int num_assumed_clauses, double walltime_in_seconds) |
| void | NewProofFile (absl::string_view filename) |
| std::vector< std::string > | GetProofFilenames () |
| void | Log (SolverLogger *logger) |
| operations_research::sat::SharedLratProofStatus::SharedLratProofStatus | ( | ) |
Definition at line 1603 of file synchronization.cc.
| std::vector< std::string > operations_research::sat::SharedLratProofStatus::GetProofFilenames | ( | ) |
Definition at line 1643 of file synchronization.cc.
| void operations_research::sat::SharedLratProofStatus::Log | ( | SolverLogger * | logger | ) |
Definition at line 1648 of file synchronization.cc.
| void operations_research::sat::SharedLratProofStatus::NewProofFile | ( | absl::string_view | filename | ) |
Definition at line 1638 of file synchronization.cc.
| int operations_research::sat::SharedLratProofStatus::NewSubSolverId | ( | ) |
Definition at line 1613 of file synchronization.cc.
| void operations_research::sat::SharedLratProofStatus::NewSubsolverProofStatus | ( | DratChecker::Status | status, |
| bool | lrat_check_enabled, | ||
| bool | drat_check_enabled, | ||
| int | num_assumed_clauses, | ||
| double | walltime_in_seconds ) |
Definition at line 1618 of file synchronization.cc.