![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 33 of file 2d_packing_brute_force.h.
#include <2d_packing_brute_force.h>
Public Types | |
| enum class | Status { kFoundSolution , kNoSolutionExists , kTooBig } |
Public Attributes | |
| Status | status |
| std::vector< Rectangle > | positions_for_solution |
|
strong |
| Enumerator | |
|---|---|
| kFoundSolution | |
| kNoSolutionExists | |
| kTooBig | |
Definition at line 34 of file 2d_packing_brute_force.h.
| std::vector<Rectangle> operations_research::sat::BruteForceResult::positions_for_solution |
Definition at line 42 of file 2d_packing_brute_force.h.
| Status operations_research::sat::BruteForceResult::status |
Definition at line 40 of file 2d_packing_brute_force.h.