Uses of Class
jline.solvers.tr.TransformSolve.Expanded
Packages that use TransformSolve.Expanded
-
Uses of TransformSolve.Expanded in jline.solvers.tr
Subclasses of TransformSolve.Expanded in jline.solvers.trModifier and TypeClassDescriptionstatic final classCarries what the deaggregation needs from the aggregation.static final classCarries the concealment state across the sweep.Methods in jline.solvers.tr that return TransformSolve.ExpandedModifier and TypeMethodDescriptionChainsStrategy.couple(TransformSolve.Expanded ctx, List<TransformSolve.Inner> res, int e) LcStrategy.couple(TransformSolve.Expanded ctx, List<TransformSolve.Inner> res, int e) TransformSolve.Strategy.couple(TransformSolve.Expanded ctx, List<TransformSolve.Inner> res, int e) Updates the subproblems from the sweep so far.ChainsStrategy.expand(Network model, NetworkStruct sn, SolverOptions options) LcStrategy.expand(Network model, NetworkStruct sn, SolverOptions options) TransformSolve.Strategy.expand(Network model, NetworkStruct sn, SolverOptions options) Builds the subproblems and the context the lift will need.Methods in jline.solvers.tr with parameters of type TransformSolve.ExpandedModifier and TypeMethodDescriptionbooleanChainsStrategy.converged(TransformSolve.Expanded ctx, List<TransformSolve.Inner> res, int it) booleanLcStrategy.converged(TransformSolve.Expanded ctx, List<TransformSolve.Inner> res, int it) booleanTransformSolve.Strategy.converged(TransformSolve.Expanded ctx, List<TransformSolve.Inner> res, int it) True when the sweep may stop.ChainsStrategy.couple(TransformSolve.Expanded ctx, List<TransformSolve.Inner> res, int e) LcStrategy.couple(TransformSolve.Expanded ctx, List<TransformSolve.Inner> res, int e) TransformSolve.Strategy.couple(TransformSolve.Expanded ctx, List<TransformSolve.Inner> res, int e) Updates the subproblems from the sweep so far.ChainsStrategy.lift(TransformSolve.Expanded ctx, List<TransformSolve.Inner> res) LcStrategy.lift(TransformSolve.Expanded ctx, List<TransformSolve.Inner> res) TransformSolve.Strategy.lift(TransformSolve.Expanded ctx, List<TransformSolve.Inner> res) Maps the subproblem metrics back onto the original model.