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

#include <2d_orthogonal_packing.h>

Public Attributes

int index
 Index of the item on the original sizes_x/sizes_y input.
 
IntegerValue size_x
 
IntegerValue size_y
 

Detailed Description

Definition at line 51 of file 2d_orthogonal_packing.h.

Member Data Documentation

◆ index

int operations_research::sat::OrthogonalPackingResult::Item::index

Index of the item on the original sizes_x/sizes_y input.

Definition at line 53 of file 2d_orthogonal_packing.h.

◆ size_x

IntegerValue operations_research::sat::OrthogonalPackingResult::Item::size_x

New size for item of index i which is smaller or equal to the initial size. The subproblem remain infeasible if every item is shrinked to its new size.

Definition at line 57 of file 2d_orthogonal_packing.h.

◆ size_y

IntegerValue operations_research::sat::OrthogonalPackingResult::Item::size_y

Definition at line 58 of file 2d_orthogonal_packing.h.


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