![]() |
OR-Tools
9.6
|
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 30 of file lp_decomposer.cc.
Definition at line 137 of file lp_decomposer.cc.
| void Decompose | ( | const LinearProgram * | linear_problem | ) |
Definition at line 33 of file lp_decomposer.cc.
Definition at line 155 of file lp_decomposer.cc.
| void ExtractLocalProblem | ( | int | problem_index, |
| LinearProgram * | lp | ||
| ) |
Definition at line 76 of file lp_decomposer.cc.
| int GetNumberOfProblems | ( | ) | const |
Definition at line 66 of file lp_decomposer.cc.
| const LinearProgram & original_problem | ( | ) | const |
Definition at line 71 of file lp_decomposer.cc.