Skip to content

Commit

Permalink
Missing change
Browse files Browse the repository at this point in the history
Signed-off-by: Hernan Ponce de Leon <[email protected]>
  • Loading branch information
hernan-poncedeleon committed Jan 18, 2024
1 parent 38fa354 commit 1793a0c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import org.sosy_lab.common.configuration.InvalidConfigurationException;
import org.sosy_lab.java_smt.api.BooleanFormula;
import org.sosy_lab.java_smt.api.Formula;
import org.sosy_lab.java_smt.api.FormulaManager;
import org.sosy_lab.java_smt.api.Model;

import java.math.BigInteger;
Expand Down Expand Up @@ -222,7 +221,6 @@ public void initialize(Model model, Filter eventFilter, boolean extractCoherence
// their capacity in previous iterations and thus we should have less overhead in future populations)
// However, for all intents and purposes, this serves as a constructor.
this.model = model;
formulaManager = encodingContext.getFormulaManager();
this.eventFilter = eventFilter;
this.extractCoherences = extractCoherences;
extractEventsFromModel();
Expand Down

0 comments on commit 1793a0c

Please sign in to comment.