|
LinearTerm
< coefficient_value_type > | operator* (Variable const &var, coefficient_value_type coef) |
| |
LinearTerm
< coefficient_value_type > | operator* (coefficient_value_type coef, Variable const &var) |
| |
LinearTerm
< coefficient_value_type > | operator/ (Variable const &var, coefficient_value_type coef) |
| |
LinearExpression
< coefficient_value_type > | operator+ (Variable const &var, coefficient_value_type constant) |
| |
LinearExpression
< coefficient_value_type > | operator+ (coefficient_value_type constant, Variable const &var) |
| |
LinearExpression
< coefficient_value_type > | operator+ (Variable const &var1, Variable const &var2) |
| |
LinearExpression
< coefficient_value_type > | operator- (Variable const &var, coefficient_value_type constant) |
| |
LinearExpression
< coefficient_value_type > | operator- (coefficient_value_type constant, Variable const &var) |
| |
LinearExpression
< coefficient_value_type > | operator- (Variable const &var1, Variable const &var2) |
| |
LinearConstraint
< coefficient_value_type > | operator< (Variable const &var, coefficient_value_type rhs) |
| | overload < More...
|
| |
LinearConstraint
< coefficient_value_type > | operator<= (Variable const &var, coefficient_value_type rhs) |
| | overload <= More...
|
| |
LinearConstraint
< coefficient_value_type > | operator> (Variable const &var, coefficient_value_type rhs) |
| | overload > More...
|
| |
LinearConstraint
< coefficient_value_type > | operator>= (Variable const &var, coefficient_value_type rhs) |
| | overload >= More...
|
| |
LinearConstraint
< coefficient_value_type > | operator== (Variable const &var, coefficient_value_type rhs) |
| | overload == More...
|
| |
template<typename T>
class limbo::solvers::Variable< T >
Describe variables in optimization problem.
- Template Parameters
-
| T | coefficient type of the variable, not the value type of variable itself. It is necessary for operator overloading |
Definition at line 70 of file Solvers.h.