Class: ORTools::BoolVar
- Inherits:
-
Object
- Object
- ORTools::BoolVar
- Includes:
- ComparisonOperators
- Defined in:
- lib/or_tools/bool_var.rb
Instance Method Summary collapse
Instance Method Details
#*(other) ⇒ Object
5 6 7 |
# File 'lib/or_tools/bool_var.rb', line 5 def *(other) SatLinearExpr.new([[self, other]]) end |