- negation() - Method in interface javax.constraints.Constraint
-
Returns a Constraint that is satisfied if and only if this constraint is not satisfied.
- negative() - Method in interface javax.constraints.Var
-
Returns a new Var that is constrained to be the negation of
this variable, i.e.
- negative() - Method in interface javax.constraints.VarReal
-
Adds and returns a new VarReal that is constrained to be the negation of this variable, i.e.
- newProblem(String) - Static method in class javax.constraints.ProblemFactory
-
- newSearchStrategy() - Method in interface javax.constraints.Solver
-
This methods returns a new default search strategy
- next() - Method in interface javax.constraints.SolutionIterator
-
Returns the next solution
- numberOfColumns() - Method in interface javax.constraints.VarMatrix
-
- numberOfRows() - Method in interface javax.constraints.VarMatrix
-