Definition at line 39 of file piecewise_linear_function.h.
#include <piecewise_linear_function.h>
◆ PiecewiseSegment()
| operations_research::PiecewiseSegment::PiecewiseSegment |
( |
int64_t | point_x, |
|
|
int64_t | point_y, |
|
|
int64_t | slope, |
|
|
int64_t | other_point_x ) |
◆ AddConstantToX()
| void operations_research::PiecewiseSegment::AddConstantToX |
( |
int64_t | constant | ) |
|
◆ AddConstantToY()
| void operations_research::PiecewiseSegment::AddConstantToY |
( |
int64_t | constant | ) |
|
◆ DebugString()
| std::string operations_research::PiecewiseSegment::DebugString |
( |
| ) |
const |
◆ end_x()
| int64_t operations_research::PiecewiseSegment::end_x |
( |
| ) |
const |
|
inline |
◆ end_y()
| int64_t operations_research::PiecewiseSegment::end_y |
( |
| ) |
const |
|
inline |
◆ ExpandEnd()
| void operations_research::PiecewiseSegment::ExpandEnd |
( |
int64_t | end_x | ) |
|
◆ FindComparator()
| bool operations_research::PiecewiseSegment::FindComparator |
( |
int64_t | point, |
|
|
const PiecewiseSegment & | segment ) |
|
static |
◆ intersection_y()
| int64_t operations_research::PiecewiseSegment::intersection_y |
( |
| ) |
const |
|
inline |
◆ slope()
| int64_t operations_research::PiecewiseSegment::slope |
( |
| ) |
const |
|
inline |
◆ SortComparator()
◆ start_x()
| int64_t operations_research::PiecewiseSegment::start_x |
( |
| ) |
const |
|
inline |
◆ start_y()
| int64_t operations_research::PiecewiseSegment::start_y |
( |
| ) |
const |
|
inline |
◆ Value()
| int64_t operations_research::PiecewiseSegment::Value |
( |
int64_t | x | ) |
const |
The documentation for this class was generated from the following files: