mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 15:25:26 +00:00
still adding labels to duality
This commit is contained in:
commit
b935e1e71a
7 changed files with 41 additions and 87 deletions
|
@ -1282,8 +1282,10 @@ namespace Duality {
|
|||
m().inc_ref(a.raw());
|
||||
return to_expr(a.raw());
|
||||
}
|
||||
|
||||
|
||||
|
||||
typedef double clock_t;
|
||||
clock_t current_time();
|
||||
inline void output_time(std::ostream &os, clock_t time){os << time;}
|
||||
};
|
||||
|
||||
// to make Duality::ast hashable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue