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

#include <routing_cuts.h>

Public Member Functions

bool operator== (const ArcWithLpValue &o) const
 

Public Attributes

int tail
 
int head
 
double lp_value
 

Detailed Description

In the routing context, we usually always have lp_value in [0, 1] and only looks at arcs with a lp_value that is not too close to zero.

Definition at line 78 of file routing_cuts.h.

Member Function Documentation

◆ operator==()

bool operations_research::sat::ArcWithLpValue::operator== ( const ArcWithLpValue & o) const
inline

Definition at line 83 of file routing_cuts.h.

Member Data Documentation

◆ head

int operations_research::sat::ArcWithLpValue::head

Definition at line 80 of file routing_cuts.h.

◆ lp_value

double operations_research::sat::ArcWithLpValue::lp_value

Definition at line 81 of file routing_cuts.h.

◆ tail

int operations_research::sat::ArcWithLpValue::tail

Definition at line 79 of file routing_cuts.h.


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