mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
remove unused code
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d084a19630
commit
2c55aa5466
7 changed files with 23 additions and 72 deletions
|
@ -2151,7 +2151,7 @@ public:
|
|||
}
|
||||
|
||||
void add_lemmas() {
|
||||
if (m_nla->check_feasible()) {
|
||||
if (m_nla->should_check_feasible()) {
|
||||
auto is_sat = make_feasible();
|
||||
if (l_false == is_sat) {
|
||||
get_infeasibility_explanation_and_set_conflict();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue