Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <2d_orthogonal_packing.h>
Public Attributes | |
bool | use_pairwise = true |
bool | use_dff_f0 = true |
bool | use_dff_f2 = true |
int | brute_force_threshold = 6 |
int | dff2_max_number_of_parameters_to_check = std::numeric_limits<int>::max() |
Definition at line 32 of file 2d_orthogonal_packing.h.
int operations_research::sat::OrthogonalPackingOptions::brute_force_threshold = 6 |
Definition at line 36 of file 2d_orthogonal_packing.h.
int operations_research::sat::OrthogonalPackingOptions::dff2_max_number_of_parameters_to_check = std::numeric_limits<int>::max() |
Definition at line 37 of file 2d_orthogonal_packing.h.
bool operations_research::sat::OrthogonalPackingOptions::use_dff_f0 = true |
Definition at line 34 of file 2d_orthogonal_packing.h.
bool operations_research::sat::OrthogonalPackingOptions::use_dff_f2 = true |
Definition at line 35 of file 2d_orthogonal_packing.h.
bool operations_research::sat::OrthogonalPackingOptions::use_pairwise = true |
Definition at line 33 of file 2d_orthogonal_packing.h.