3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-21 18:50:26 +00:00

Merge branch 'unstable' of https://git01.codeplex.com/z3 into unstable

This commit is contained in:
Nikolaj Bjorner 2013-03-29 08:53:50 -07:00
commit 0590101e6f
41 changed files with 61 additions and 74 deletions

View file

@ -56,7 +56,7 @@ namespace datalog {
virtual ~mk_array_blast();
rule_set * operator()(rule_set const & source, model_converter_ref& mc);
rule_set * operator()(rule_set const & source);
};