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

#include <2d_packing_brute_force.h>

Public Attributes

IntegerValue size_x
 
IntegerValue size_y
 
int index
 Position of the item in the original input.
 
Rectangle position
 

Detailed Description

Note
functions taking a Span<PermutableItems> are free to permute them as they see fit unless documented otherwise.

Definition at line 53 of file 2d_packing_brute_force.h.

Member Data Documentation

◆ index

int operations_research::sat::PermutableItem::index

Position of the item in the original input.

Definition at line 57 of file 2d_packing_brute_force.h.

◆ position

Rectangle operations_research::sat::PermutableItem::position

Definition at line 58 of file 2d_packing_brute_force.h.

◆ size_x

IntegerValue operations_research::sat::PermutableItem::size_x

Definition at line 54 of file 2d_packing_brute_force.h.

◆ size_y

IntegerValue operations_research::sat::PermutableItem::size_y

Definition at line 55 of file 2d_packing_brute_force.h.


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