mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
fix build issues part 2
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2a905e02c8
commit
fcfaedd9ec
|
@ -18,7 +18,7 @@ struct conversion_helper {
|
|||
|
||||
template<>
|
||||
struct conversion_helper <double> {
|
||||
static double conversion_helper get_upper_bound(const column_info<mpq> & ci) {
|
||||
static double get_upper_bound(const column_info<mpq> & ci) {
|
||||
if (!ci.upper_bound_is_strict())
|
||||
return ci.get_upper_bound().get_double();
|
||||
double eps = 0.00001;
|
||||
|
|
Loading…
Reference in a new issue