mirror of
https://github.com/Z3Prover/z3
synced 2025-10-01 05:29:28 +00:00
merge LRA
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
085d31dca2
commit
911b24784a
120 changed files with 23069 additions and 15 deletions
11
src/util/lp/lp_utils.cpp
Normal file
11
src/util/lp/lp_utils.cpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
Copyright (c) 2017 Microsoft Corporation
|
||||
Author: Lev Nachmanson
|
||||
*/
|
||||
#include "util/lp/lp_utils.h"
|
||||
#ifdef lp_for_z3
|
||||
namespace lean {
|
||||
double numeric_traits<double>::g_zero = 0.0;
|
||||
double numeric_traits<double>::g_one = 1.0;
|
||||
}
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue