Modifier and Type | Class and Description |
---|---|
class |
ProblemDelegator |
Modifier and Type | Method and Description |
---|---|
Problem |
Solver.getProblem()
Returns the Problem for which this solver was created
|
Problem |
Solution.getProblem()
Returns the problem that this Solution is a solution to.
|
Problem |
Constraint.getProblem()
Return a problem to which this object belongs
|
Problem |
ConstrainedVariable.getProblem()
Return a problem to which this object belongs
|
static Problem |
ProblemFactory.newProblem(java.lang.String problemName) |
Modifier and Type | Method and Description |
---|---|
void |
Solver.setProblem(Problem problem)
Set the Problem with which this solver should work
|
Constructor and Description |
---|
ProblemDelegator(Problem problem) |