Class FJTagTransform.Context

java.lang.Object
jline.solvers.tr.FJTagTransform.Context
Enclosing class:
FJTagTransform

public static final class FJTagTransform.Context extends Object
What the expand phase hands the lift phase.
  • Field Details

    • fjsn

      public final NetworkStruct fjsn
      The tag-augmented struct the solver runs on.
    • snOrig

      public final NetworkStruct snOrig
      The original struct, whose class indices the lifted matrices use.
    • fjclassmap

      public final Matrix fjclassmap
      Auxiliary-to-original class map produced by the augmentation.
    • korig

      public final int korig
      Number of classes before the augmentation.