mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
mpfx
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
74eb401c3b
commit
f380d4cf83
|
@ -16,7 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef MPFX_H_
|
||||
#pragma once
|
||||
|
||||
#include "util/id_gen.h"
|
||||
#include "util/util.h"
|
||||
|
@ -379,7 +379,7 @@ public:
|
|||
*/
|
||||
void to_mpq(mpfx const & n, unsynch_mpq_manager & m, mpq & t);
|
||||
|
||||
#pragma once
|
||||
#ifndef SINGLE_THREAD
|
||||
/**
|
||||
\brief Convert n into a mpq numeral.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue