3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-19 10:52:02 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-08-30 09:49:12 -07:00
parent 4682b48d3a
commit e8826bb20f
9 changed files with 98 additions and 69 deletions

View file

@ -3,7 +3,7 @@ Copyright (c) 2017 Microsoft Corporation
Module Name:
ba_core.cpp
ba_solver.cpp
Abstract:
@ -13,8 +13,6 @@ Author:
Nikolaj Bjorner (nbjorner) 2017-01-30
Revision History:
--*/
#include <cmath>
@ -1845,8 +1843,6 @@ namespace sat {
add_pb_ge(lit, wlits, k, false);
}
/*
\brief return true to keep watching literal.
*/