Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TDacik committed Feb 19, 2025
1 parent 23d2c9d commit 3ef1dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver/engine.ml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ let solve (input : Context.t) =
| Error reason -> Context.set_result (`Unknown reason) input
| Ok () ->
Profiler.add "Normalisation";
let sm = SmallModels.compute !SID.dg input.phi in
let sm = SmallModels.compute !SID.dg (*input.phi*) in
Profiler.add "Small-models";
SID.cache := sm;

Expand Down

0 comments on commit 3ef1dac

Please sign in to comment.