![]() |
OR-Tools
8.2
|
Definition at line 50 of file lp_decomposer.h.
Public Member Functions | |
| LPDecomposer () | |
| void | Decompose (const LinearProgram *linear_problem) ABSL_LOCKS_EXCLUDED(mutex_) |
| int | GetNumberOfProblems () const ABSL_LOCKS_EXCLUDED(mutex_) |
| const LinearProgram & | original_problem () const ABSL_LOCKS_EXCLUDED(mutex_) |
| void | ExtractLocalProblem (int problem_index, LinearProgram *lp) ABSL_LOCKS_EXCLUDED(mutex_) |
| DenseRow | AggregateAssignments (const std::vector< DenseRow > &assignments) const ABSL_LOCKS_EXCLUDED(mutex_) |
| DenseRow | ExtractLocalAssignment (int problem_index, const DenseRow &assignment) ABSL_LOCKS_EXCLUDED(mutex_) |
| LPDecomposer | ( | ) |
Definition at line 29 of file lp_decomposer.cc.
Definition at line 136 of file lp_decomposer.cc.
| void Decompose | ( | const LinearProgram * | linear_problem | ) |
Definition at line 32 of file lp_decomposer.cc.
Definition at line 154 of file lp_decomposer.cc.
| void ExtractLocalProblem | ( | int | problem_index, |
| LinearProgram * | lp | ||
| ) |
Definition at line 75 of file lp_decomposer.cc.
| int GetNumberOfProblems | ( | ) | const |
Definition at line 65 of file lp_decomposer.cc.
| const LinearProgram & original_problem | ( | ) | const |
Definition at line 70 of file lp_decomposer.cc.