3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-25 04:26:00 +00:00

remove branch_bool

This commit is contained in:
Jakob Rath 2022-01-17 15:57:05 +01:00
parent 3a34995b03
commit ebc4df1ece
5 changed files with 6 additions and 25 deletions

View file

@ -127,7 +127,6 @@ namespace polysat {
*
* We can assume that op_constraint is only asserted positive.
*/
void op_constraint::narrow(solver& s, bool is_positive) {
SASSERT(is_positive);