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

Detailed Description

Definition at line 284 of file routing_cuts.h.

#include <routing_cuts.h>

Public Attributes

int node = 0
IntegerValue demand = 0
IntegerValue capacity = 0
ItemOrBinType type = ITEM_OR_BIN

Member Data Documentation

◆ capacity

IntegerValue operations_research::sat::SpecialBinPackingHelper::ItemOrBin::capacity = 0

Definition at line 294 of file routing_cuts.h.

◆ demand

IntegerValue operations_research::sat::SpecialBinPackingHelper::ItemOrBin::demand = 0

Definition at line 293 of file routing_cuts.h.

◆ node

int operations_research::sat::SpecialBinPackingHelper::ItemOrBin::node = 0

Definition at line 286 of file routing_cuts.h.

◆ type

ItemOrBinType operations_research::sat::SpecialBinPackingHelper::ItemOrBin::type = ITEM_OR_BIN

Definition at line 302 of file routing_cuts.h.


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