Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Structure to store the slope and y_intercept of a segment. More...
#include <routing_lp_scheduling.h>
Public Member Functions | |
friend::std::ostream & | operator<< (::std::ostream &os, const SlopeAndYIntercept &it) |
Public Attributes | |
double | slope |
double | y_intercept |
Structure to store the slope and y_intercept of a segment.
Definition at line 1034 of file routing_lp_scheduling.h.
|
inline |
Definition at line 1038 of file routing_lp_scheduling.h.
double operations_research::SlopeAndYIntercept::slope |
Definition at line 1035 of file routing_lp_scheduling.h.
double operations_research::SlopeAndYIntercept::y_intercept |
Definition at line 1036 of file routing_lp_scheduling.h.