OR-Tools  8.2
KnapsackItem

Detailed Description

Definition at line 305 of file cuts.h.

Public Member Functions

bool operator> (const KnapsackItem &other) const
 

Public Attributes

double profit
 
double weight
 

Member Function Documentation

◆ operator>()

bool operator> ( const KnapsackItem other) const
inline

Definition at line 308 of file cuts.h.

Member Data Documentation

◆ profit

double profit

Definition at line 306 of file cuts.h.

◆ weight

double weight

Definition at line 307 of file cuts.h.


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