Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <2d_packing_brute_force.h>
Public Attributes | |
IntegerValue | size_x |
IntegerValue | size_y |
int | index |
Position of the item in the original input. | |
Rectangle | position |
Definition at line 53 of file 2d_packing_brute_force.h.
int operations_research::sat::PermutableItem::index |
Position of the item in the original input.
Definition at line 57 of file 2d_packing_brute_force.h.
Rectangle operations_research::sat::PermutableItem::position |
Definition at line 58 of file 2d_packing_brute_force.h.
IntegerValue operations_research::sat::PermutableItem::size_x |
Definition at line 54 of file 2d_packing_brute_force.h.
IntegerValue operations_research::sat::PermutableItem::size_y |
Definition at line 55 of file 2d_packing_brute_force.h.