- occurs(Object) - Method in class jsetl.LSet
-
Tests if object
is part of this collection (an element, the tail, or a part of an element).
- occurs(Object) - Method in class jsetl.Ris
-
Tests whether this Ris
contains the parameter object
as its (or inside its) control term, domain, filter or pattern.
- opposite() - Method in class jsetl.Interval
-
Returns the opposite of this interval.
- opposite() - Method in class jsetl.MultiInterval
-
Returns a new multi-interval in wich each interval is the opposite of the original
- OptimizationOptions() - Constructor for class jsetl.Solver.OptimizationOptions
-
- or(BoolLVar) - Method in class jsetl.BoolLVar
-
Creates and returns a boolean logical variable which is the result of the expression this
or other
.
- or(Constraint) - Method in class jsetl.Constraint
-
Logical and NON-DETERMINISTIC "OR" between this constraint conjunction and the parameter constraint.
- orTest(Constraint) - Method in class jsetl.Constraint
-
Deterministic "or test" between this constraint conjunction and the parameter constraint
.
- output() - Method in class jsetl.BoolLVar
-
Outputs to standard output a description of the variable,
including its name if uninitialized (or value otherwise) and its associated constraint.
- output() - Method in class jsetl.CP
-
- output() - Method in class jsetl.IntLVar
-
Prints the name, the value and the domain of this variable to standard output.
- output() - Method in class jsetl.LObject
-
Prints the name and the value of this logical object to standard output.
- output() - Method in class jsetl.Ris
-
Outputs a description of this Ris
to the standard output.
- output() - Method in class jsetl.SetLVar
-
Outputs info about this
to standard output.