Uses of Interface
jline.solvers.fj.FJFixedPoint.InnerSolve
Packages that use FJFixedPoint.InnerSolve
-
Uses of FJFixedPoint.InnerSolve in jline.solvers.fj
Methods in jline.solvers.fj with parameters of type FJFixedPoint.InnerSolveModifier and TypeMethodDescriptionstatic FJFixedPoint.FJOutcomeFJFixedPoint.run(Network model, NetworkStruct sn, SolverOptions options, FJFixedPoint.FJState state, FJFixedPoint.InnerSolve fcn, long T0) Runs the fork-join fixed point, or the inner solve once when the model has no fork.