mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
parent
4682b48d3a
commit
e8826bb20f
9 changed files with 98 additions and 69 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue