Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
2d_rectangle_presolve.h File Reference
#include <vector>
#include "absl/types/span.h"
#include "ortools/sat/diffn_util.h"

Go to the source code of this file.

Namespaces

namespace  operations_research
 In SWIG mode, we don't want anything besides these top-level includes.
 
namespace  operations_research::sat
 

Functions

bool operations_research::sat::PresolveFixed2dRectangles (absl::Span< const RectangleInRange > non_fixed_boxes, std::vector< Rectangle > *fixed_boxes)
 
bool operations_research::sat::ReduceNumberofBoxes (std::vector< Rectangle > *mandatory_rectangles, std::vector< Rectangle > *optional_rectangles)