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

#include <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
 

Detailed Description

Definition at line 76 of file bop_types.h.

Constructor & Destructor Documentation

◆ BopConstraintTerm()

operations_research::bop::BopConstraintTerm::BopConstraintTerm ( VariableIndex _var_id,
int64_t _weight )
inline

Definition at line 77 of file bop_types.h.

Member Function Documentation

◆ operator<()

bool operations_research::bop::BopConstraintTerm::operator< ( const BopConstraintTerm & other) const
inline

Definition at line 84 of file bop_types.h.

Member Data Documentation

◆ search_id

SearchIndex operations_research::bop::BopConstraintTerm::search_id

Definition at line 81 of file bop_types.h.

◆ var_id

VariableIndex operations_research::bop::BopConstraintTerm::var_id

Definition at line 80 of file bop_types.h.

◆ weight

int64_t operations_research::bop::BopConstraintTerm::weight

Definition at line 82 of file bop_types.h.


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