Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <2d_orthogonal_packing.h>
Public Attributes | |
int | index |
Index of the item on the original sizes_x/sizes_y input. | |
IntegerValue | size_x |
IntegerValue | size_y |
Definition at line 51 of file 2d_orthogonal_packing.h.
int operations_research::sat::OrthogonalPackingResult::Item::index |
Index of the item on the original sizes_x/sizes_y input.
Definition at line 53 of file 2d_orthogonal_packing.h.
IntegerValue operations_research::sat::OrthogonalPackingResult::Item::size_x |
New size for item of index i
which is smaller or equal to the initial size. The subproblem remain infeasible if every item is shrinked to its new size.
Definition at line 57 of file 2d_orthogonal_packing.h.
IntegerValue operations_research::sat::OrthogonalPackingResult::Item::size_y |
Definition at line 58 of file 2d_orthogonal_packing.h.