Package jline.solvers.tr
Interface TransformSolve.InnerSolve
- Enclosing class:
- TransformSolve
public static interface TransformSolve.InnerSolve
The inner solve, which the caller implements with its own solver class.
-
Method Summary
Modifier and TypeMethodDescriptionsolve(Network submodel, SolverOptions options) Solves one subproblem.
-
Method Details
-
solve
Solves one subproblem.- Parameters:
submodel- the transformed networkoptions- the inner options, with the transform method name cleared- Returns:
- the metrics of that solve
-