public interface SolutionSolveDef extends SolutionDef
Modifier and Type | Method and Description |
---|---|
void |
solve(java.util.HashMap<java.lang.String,?> inputVariables)
Calculate the result of this solution over all problem datasets.
|
getEvaluation, getName, setEvaluation, setName
void solve(java.util.HashMap<java.lang.String,?> inputVariables) throws java.lang.Exception
inputVariables
- an additional set of input variables or constraints. This can be null or empty.java.lang.Exception
- any error.