![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <utility>#include <vector>#include "absl/types/span.h"#include "ortools/sat/diffn_util.h"#include "ortools/sat/integer_base.h"Go to the source code of this file.
Classes | |
| struct | operations_research::sat::BruteForceResult |
| struct | operations_research::sat::PermutableItem |
Namespaces | |
| namespace | operations_research |
| In SWIG mode, we don't want anything besides these top-level includes. | |
| namespace | operations_research::sat |
Functions | |
| BruteForceResult | operations_research::sat::BruteForceOrthogonalPacking (absl::Span< const IntegerValue > sizes_x, absl::Span< const IntegerValue > sizes_y, std::pair< IntegerValue, IntegerValue > bounding_box_size, int max_complexity) |
| bool | operations_research::sat::Preprocess (absl::Span< PermutableItem > &items, std::pair< IntegerValue, IntegerValue > &bounding_box_size, int max_complexity) |
| Exposed for testing. | |