Definition at line 658 of file variable_and_expressions.h.
#include <variable_and_expressions.h>
◆ QuadraticTerm() [1/2]
| operations_research::math_opt::QuadraticTerm::QuadraticTerm |
( |
| ) |
|
|
delete |
◆ QuadraticTerm() [2/2]
| operations_research::math_opt::QuadraticTerm::QuadraticTerm |
( |
Variable | first_variable, |
|
|
Variable | second_variable, |
|
|
double | coefficient ) |
|
inline |
◆ coefficient()
| double operations_research::math_opt::QuadraticTerm::coefficient |
( |
| ) |
const |
|
inline |
◆ first_variable()
| Variable operations_research::math_opt::QuadraticTerm::first_variable |
( |
| ) |
const |
|
inline |
◆ GetKey()
◆ operator*=()
| QuadraticTerm & operations_research::math_opt::QuadraticTerm::operator*= |
( |
double | value | ) |
|
|
inline |
◆ operator/=()
| QuadraticTerm & operations_research::math_opt::QuadraticTerm::operator/= |
( |
double | value | ) |
|
|
inline |
◆ second_variable()
| Variable operations_research::math_opt::QuadraticTerm::second_variable |
( |
| ) |
const |
|
inline |
◆ operator* [1/2]
◆ operator* [2/2]
◆ operator-
◆ operator/
The documentation for this class was generated from the following file: