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