sasoptpy.Expression._relational¶
- 
Expression._relational(self, other, direction_)[source]¶
- Creates a logical relation between - Expressionobjects- Parameters
- otherExpression
- Expression on the other side of the relation with respect to self 
- direction_string
- Direction of the logical relation, either E, L, or G 
 
- other
- Returns
- generated_constraintConstraint
- Constraint generated as a result of linear relation 
 
- generated_constraint