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

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
 

Detailed Description

Structure to store the slope and y_intercept of a segment.

Definition at line 1034 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 1038 of file routing_lp_scheduling.h.

Member Data Documentation

◆ slope

double operations_research::SlopeAndYIntercept::slope

Definition at line 1035 of file routing_lp_scheduling.h.

◆ y_intercept

double operations_research::SlopeAndYIntercept::y_intercept

Definition at line 1036 of file routing_lp_scheduling.h.


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