mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 00:05:46 +00:00
add job/resource axioms on demand
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2839f64f0d
commit
40a79694ea
4 changed files with 133 additions and 58 deletions
|
@ -124,6 +124,7 @@ public:
|
|||
|
||||
app* mk_job(unsigned j);
|
||||
bool is_job(expr* e, unsigned& j);
|
||||
bool is_job2resource(expr* e, unsigned& j);
|
||||
unsigned job2id(expr* j);
|
||||
|
||||
app* mk_resource(unsigned r);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue