3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-11 13:40:52 +00:00

add a few more statics to avoid symbol clashes

This commit is contained in:
Nuno Lopes 2016-12-01 17:37:07 +00:00
parent e697d3e810
commit dedae29300
5 changed files with 9 additions and 11 deletions

View file

@ -94,13 +94,13 @@ public:
};
tactic * mk_sls_tactic(ast_manager & m, params_ref const & p) {
static tactic * mk_sls_tactic(ast_manager & m, params_ref const & p) {
return and_then(fail_if_not(mk_is_qfbv_probe()), // Currently only QF_BV is supported.
clean(alloc(sls_tactic, m, p)));
}
tactic * mk_preamble(ast_manager & m, params_ref const & p) {
static tactic * mk_preamble(ast_manager & m, params_ref const & p) {
params_ref main_p;
main_p.set_bool("elim_and", true);
// main_p.set_bool("pull_cheap_ite", true);