Interface TransformSolve.InnerSolve

Enclosing class:
TransformSolve

public static interface TransformSolve.InnerSolve
The inner solve, which the caller implements with its own solver class.
  • Method Details

    • solve

      TransformSolve.Inner solve(Network submodel, SolverOptions options)
      Solves one subproblem.
      Parameters:
      submodel - the transformed network
      options - the inner options, with the transform method name cleared
      Returns:
      the metrics of that solve