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

Detailed Description

Definition at line 1148 of file routing_lp_scheduling.h.

#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

Member Function Documentation

◆ operator<<()

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

Definition at line 1152 of file routing_lp_scheduling.h.

Member Data Documentation

◆ slope

double operations_research::SlopeAndYIntercept::slope

Definition at line 1149 of file routing_lp_scheduling.h.

◆ y_intercept

double operations_research::SlopeAndYIntercept::y_intercept

Definition at line 1150 of file routing_lp_scheduling.h.


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