14#ifndef ORTOOLS_SAT_2D_PACKING_BRUTE_FORCE_H_
15#define ORTOOLS_SAT_2D_PACKING_BRUTE_FORCE_H_
20#include "absl/types/span.h"
46 absl::Span<const IntegerValue> sizes_x,
47 absl::Span<const IntegerValue> sizes_y,
48 std::pair<IntegerValue, IntegerValue> bounding_box_size,
62bool Preprocess(absl::Span<PermutableItem>& items,
63 std::pair<IntegerValue, IntegerValue>& bounding_box_size,
BruteForceResult BruteForceOrthogonalPacking(absl::Span< const IntegerValue > sizes_x, absl::Span< const IntegerValue > sizes_y, std::pair< IntegerValue, IntegerValue > bounding_box_size, int max_complexity)
bool Preprocess(absl::Span< PermutableItem > &items, std::pair< IntegerValue, IntegerValue > &bounding_box_size, int max_complexity)
std::vector< Rectangle > positions_for_solution