mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 23:35:26 +00:00
working on duality
This commit is contained in:
parent
e939dd2bc5
commit
389c2018df
7 changed files with 29 additions and 89 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue