mirror of
https://github.com/Z3Prover/z3
synced 2025-09-01 07:40:41 +00:00
adding unit test for enumeration types
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2a948da93b
commit
9e4450228e
4 changed files with 74 additions and 24 deletions
|
@ -20,10 +20,11 @@ Revision History:
|
|||
#define DT2BV_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
#include"obj_hashtable.h"
|
||||
class ast_manager;
|
||||
class tactic;
|
||||
|
||||
tactic * mk_dt2bv_tactic(ast_manager & m, params_ref const & p = params_ref());
|
||||
tactic * mk_dt2bv_tactic(ast_manager & m, params_ref const & p = params_ref(), obj_map<func_decl, expr*>* tr = 0);
|
||||
|
||||
/*
|
||||
ADD_TACTIC("dt2bv", "eliminate finite domain data-types. Replace by bit-vectors.", "mk_dt2bv_tactic(m, p)")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue