Uses of Class
jline.solvers.fj.FJFixedPoint.FJState
Packages that use FJFixedPoint.FJState
-
Uses of FJFixedPoint.FJState in jline.solvers.fj
Fields in jline.solvers.fj declared as FJFixedPoint.FJStateMethods in jline.solvers.fj with parameters of type FJFixedPoint.FJStateModifier 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.