Definition at line 170 of file variable_and_expressions.h.
#include <variable_and_expressions.h>
◆ LinearTerm()
| operations_research::math_opt::LinearTerm::LinearTerm |
( |
Variable | variable, |
|
|
double | coefficient ) |
|
inline |
◆ operator*=()
| LinearTerm & operations_research::math_opt::LinearTerm::operator*= |
( |
double | d | ) |
|
|
inline |
◆ operator-()
| LinearTerm operations_research::math_opt::LinearTerm::operator- |
( |
| ) |
const |
|
inline |
◆ operator/=()
| LinearTerm & operations_research::math_opt::LinearTerm::operator/= |
( |
double | d | ) |
|
|
inline |
◆ coefficient
| double operations_research::math_opt::LinearTerm::coefficient |
◆ variable
| Variable operations_research::math_opt::LinearTerm::variable |
The documentation for this struct was generated from the following file: