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

#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
 

Detailed Description

Structure to store the slope and y_intercept of a segment of a piecewise linear function.

Definition at line 1086 of file routing_lp_scheduling.h.

Member Function Documentation

◆ operator<<()

friend::std::ostream & operations_research::SlopeAndYIntercept::operator<< ( ::std::ostream & os,
const SlopeAndYIntercept & it )
inline

Definition at line 1090 of file routing_lp_scheduling.h.

Member Data Documentation

◆ slope

double operations_research::SlopeAndYIntercept::slope

Definition at line 1087 of file routing_lp_scheduling.h.

◆ y_intercept

double operations_research::SlopeAndYIntercept::y_intercept

Definition at line 1088 of file routing_lp_scheduling.h.


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