File tree Expand file tree Collapse file tree
src/main/java/org/variantsync/diffdetective/variation/tree/view/relevance Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44import org .prop4j .NodeWriter ;
55import org .variantsync .diffdetective .analysis .logic .SAT ;
66import org .variantsync .diffdetective .util .fide .FixTrueFalse ;
7+ import org .variantsync .diffdetective .util .fide .FixTrueFalse .Formula ;
78import org .variantsync .diffdetective .variation .tree .VariationNode ;
89
910import java .util .function .Consumer ;
1314 * This relevance predicate is the implementation of Equation 5 in our SPLC'23 paper.
1415 */
1516public class Configure implements Relevance {
16- private final FixTrueFalse . Formula configuration ;
17+ private final Formula configuration ;
1718
1819 /**
1920 * Same as {@link Configure#Configure(Node)} but with a formula that is witnessed to
2021 * not contain true or false constants not at the root.
2122 * Workaround for FeatureIDE bug <a href="https://github.com/FeatureIDE/FeatureIDE/issues/1333">FeatureIDE Issue 1333</a>.
2223 */
23- public Configure (final FixTrueFalse . Formula configuration ) {
24+ public Configure (final Formula configuration ) {
2425 this .configuration = configuration ;
2526 }
2627
You can’t perform that action at this time.
0 commit comments