3
0
Fork 0
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:
Ken McMillan 2013-05-07 11:04:10 -07:00
commit b935e1e71a
7 changed files with 41 additions and 87 deletions

View file

@ -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