Uses of Class
jline.solvers.fj.FJFixedPoint.FJOutcome
Packages that use FJFixedPoint.FJOutcome
-
Uses of FJFixedPoint.FJOutcome in jline.solvers.fj
Methods in jline.solvers.fj that return FJFixedPoint.FJOutcomeModifier 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.