Skip to content

Commit

Permalink
Remvoe accidental result-flipping in previous change
Browse files Browse the repository at this point in the history
  • Loading branch information
sankalpgambhir committed Sep 17, 2024
1 parent 96a02ab commit 7e1e98c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ abstract class AbstractInvariantSolver(override val program: Program,
reportInvariants(model)
// discard underlying model. We cannot construct a program model (cex) from
// the Horn model
config.cast(SolverResponses.SatWithModel(emptyProgramModel))
config.cast(SolverResponses.Unsat)

case SolverResponses.Check(r) => config.cast(if r then SolverResponses.Unsat else SolverResponses.SatWithModel(emptyProgramModel))

Expand Down

0 comments on commit 7e1e98c

Please sign in to comment.