class ORTools::Sat::LinearConstraint
- ORTools::Sat::LinearConstraint
- Reference
- Object
Overview
Factory Class to generate linear contraints
Defined in:
ortools-sat/linear-constraint.crConstructors
Class Method Summary
- .equal(lhs : LinearExpression, rhs : LinearExpression)
- .greater_or_equal(lhs : LinearExpression, rhs : LinearExpression)
- .greater_than(lhs : LinearExpression, rhs : LinearExpression)
- .less_or_equal(lhs : LinearExpression, rhs : LinearExpression)
- .less_than(lhs : LinearExpression, rhs : LinearExpression)
- .not_equal(lhs : LinearExpression, rhs : LinearExpression)