| 
| enum   | Type { Equality, 
Positive, 
Box, 
SecondOrderCone
 } | 
|   | 
 | 
| 
friend  | OptimizationProblem | 
|   | 
◆ box
Create a box constraint: lower <= middle <= upper. 
- Parameters
 - 
  
    | lower | The lower bound  | 
    | middle | The middle term  | 
    | upper | The upper bound  | 
  
   
- Returns
 - Constraint The constraint to pass to addConstraint() 
 
 
 
◆ equalTo
Create an equality constraint: lhs == rhs. 
- Parameters
 - 
  
    | lhs | The left hand side  | 
    | rhs | The right hand side  | 
  
   
- Returns
 - Constraint The constraint to pass to addConstraint() 
 
 
 
◆ greaterThan
Create a greater than or equal constraint: lhs >= rhs. 
- Parameters
 - 
  
    | lhs | The left hand side  | 
    | rhs | The right hand side  | 
  
   
- Returns
 - Constraint The constraint to pass to addConstraint() 
 
 
 
◆ lessThan
Create a less than or equal constraint: lhs <= rhs. 
- Parameters
 - 
  
    | lhs | The left hand side  | 
    | rhs | The right hand side  | 
  
   
- Returns
 - Constraint The constraint to pass to addConstraint() 
 
 
 
The documentation for this class was generated from the following file: