Uses of Class
org.chocosolver.solver.constraints.nary.cnf.LogOp.Type
-
Packages that use LogOp.Type Package Description org.chocosolver.solver.constraints.nary.cnf -
-
Uses of LogOp.Type in org.chocosolver.solver.constraints.nary.cnf
Fields in org.chocosolver.solver.constraints.nary.cnf declared as LogOp.Type Modifier and Type Field Description protected LogOp.Type
LogOp. type
Methods in org.chocosolver.solver.constraints.nary.cnf that return LogOp.Type Modifier and Type Method Description static LogOp.Type
LogOp.Type. flip(LogOp.Type type)
static LogOp.Type
LogOp.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogOp.Type[]
LogOp.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.chocosolver.solver.constraints.nary.cnf with parameters of type LogOp.Type Modifier and Type Method Description static LogOp.Type
LogOp.Type. flip(LogOp.Type type)
Constructors in org.chocosolver.solver.constraints.nary.cnf with parameters of type LogOp.Type Constructor Description LogOp(LogOp.Operator operator, LogOp.Type type, ILogical... children)
-