Package jline.solvers.tr
Class FJTagTransform.Context
java.lang.Object
jline.solvers.tr.FJTagTransform.Context
- Enclosing class:
- FJTagTransform
What the expand phase hands the lift phase.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal MatrixAuxiliary-to-original class map produced by the augmentation.final NetworkStructThe tag-augmented struct the solver runs on.final intNumber of classes before the augmentation.final NetworkStructThe original struct, whose class indices the lifted matrices use. -
Method Summary
-
Field Details
-
fjsn
The tag-augmented struct the solver runs on. -
snOrig
The original struct, whose class indices the lifted matrices use. -
fjclassmap
Auxiliary-to-original class map produced by the augmentation. -
korig
public final int korigNumber of classes before the augmentation.
-