OR-Tools  8.2
BopConstraintTerm

Detailed Description

Definition at line 75 of file bop_types.h.

Public Member Functions

 BopConstraintTerm (VariableIndex _var_id, int64_t _weight)
 
bool operator< (const BopConstraintTerm &other) const
 

Public Attributes

VariableIndex var_id
 
SearchIndex search_id
 
int64_t weight
 

Constructor & Destructor Documentation

◆ BopConstraintTerm()

BopConstraintTerm ( VariableIndex  _var_id,
int64_t  _weight 
)
inline

Definition at line 76 of file bop_types.h.

Member Function Documentation

◆ operator<()

bool operator< ( const BopConstraintTerm other) const
inline

Definition at line 83 of file bop_types.h.

Member Data Documentation

◆ search_id

SearchIndex search_id

Definition at line 80 of file bop_types.h.

◆ var_id

VariableIndex var_id

Definition at line 79 of file bop_types.h.

◆ weight

int64_t weight

Definition at line 81 of file bop_types.h.


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