mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 21:03:39 +00:00
add typedef
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a068ee9748
commit
036d5c02f4
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ private:
|
||||||
public:
|
public:
|
||||||
typedef unsynch_mpq_manager numeral_manager;
|
typedef unsynch_mpq_manager numeral_manager;
|
||||||
typedef bound_deps deps_combine_rule;
|
typedef bound_deps deps_combine_rule;
|
||||||
|
typedef deps_combine_rule interval_deps_combine_rule;
|
||||||
|
|
||||||
struct interval {
|
struct interval {
|
||||||
interval() :
|
interval() :
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue