aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sparsei
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2021-04-09 18:08:33 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2021-04-13 18:25:43 +0200
commit75e72f82c8645db0f8cf6954ce3beb18a00dee37 (patch)
treed5f9cc1a416b73f8131cf08fba98bbe773f974bf /sparsei
parentd1ab4c40982ffcfadebf3155f498469aeb1355b0 (diff)
downloadsparse-dev-75e72f82c8645db0f8cf6954ce3beb18a00dee37.tar.gz
scheck: allow multiple assertions
With the SMT solver used here, by default, once an expression is checked it's kinda consumed by the process and can't be reused anymore for another check. So, enable the incremental mode: it allows to call boolecter_sat() several times. Note: Another would be, of course, to just AND together all assertions and just check this but then we would lost the finer grained diagnostic in case of failure. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'sparsei')
0 files changed, 0 insertions, 0 deletions