3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-15 23:35:26 +00:00

working on duality

This commit is contained in:
Ken McMillan 2013-05-03 17:30:07 -07:00
parent e939dd2bc5
commit 389c2018df
7 changed files with 29 additions and 89 deletions

View file

@ -1281,8 +1281,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