Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::sat::Disjoint2dPackingResult::Bin Struct Reference

Detailed Description

Definition at line 91 of file 2d_rectangle_presolve.h.

#include <2d_rectangle_presolve.h>

Public Attributes

std::vector< Rectanglefixed_boxes
std::vector< int > non_fixed_box_indexes
std::vector< Rectanglebin_area

Member Data Documentation

◆ bin_area

std::vector<Rectangle> operations_research::sat::Disjoint2dPackingResult::Bin::bin_area

Definition at line 98 of file 2d_rectangle_presolve.h.

◆ fixed_boxes

std::vector<Rectangle> operations_research::sat::Disjoint2dPackingResult::Bin::fixed_boxes

Definition at line 93 of file 2d_rectangle_presolve.h.

◆ non_fixed_box_indexes

std::vector<int> operations_research::sat::Disjoint2dPackingResult::Bin::non_fixed_box_indexes

Definition at line 95 of file 2d_rectangle_presolve.h.


The documentation for this struct was generated from the following file: