Package | Description |
---|---|
org.chocosolver.solver.expression.continuous.relational |
Modifier and Type | Method and Description |
---|---|
static CReExpression.Operator |
CReExpression.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CReExpression.Operator[] |
CReExpression.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BiCReExpression(CReExpression.Operator op,
CArExpression e1,
CArExpression e2)
Builds a binary expression
|
Copyright © 2018. All rights reserved.