Class TransformSolve.Expanded

java.lang.Object
jline.solvers.tr.TransformSolve.Expanded
Direct Known Subclasses:
ChainsStrategy.ChainsContext, LcStrategy.LcContext
Enclosing class:
TransformSolve

public static class TransformSolve.Expanded extends Object
What a strategy's expand phase produces: the subproblems, plus whatever state its lift needs. A strategy subclasses this to carry its own context.
  • Field Details

    • submodels

      public final List<Network> submodels
    • iterated

      public final boolean iterated
      False for a single-pass transformation, which is the default.
  • Constructor Details

    • Expanded

      public Expanded(List<Network> submodels, boolean iterated)