From f9a4fe48a4ec2355f8fec93d3f47242577df2511 Mon Sep 17 00:00:00 2001 From: Dejan Jovanović Date: Wed, 5 Jan 2011 03:21:35 +0000 Subject: Commit for the theory engine and rewriter changes. Changes are substantial and not yet finalized but I need to put it in to work further with the theory writers. Please check the files that you 'own'. Any comments or discussion is welcome. Further details will be coming in a follow up email later. --- src/theory/uf/kinds | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/theory/uf/kinds') diff --git a/src/theory/uf/kinds b/src/theory/uf/kinds index 8cd6aec70..a1fcac1df 100644 --- a/src/theory/uf/kinds +++ b/src/theory/uf/kinds @@ -4,9 +4,17 @@ # src/theory/builtin/kinds. # -theory ::CVC4::theory::uf::TheoryUF "theory_uf.h" +theory THEORY_UF ::CVC4::theory::uf::TheoryUF "theory/uf/theory_uf.h" + +properties stable-infinite check propagate staticLearning presolve + +rewriter ::CVC4::theory::uf::TheoryUfRewriter "theory/uf/theory_uf_rewriter.h" + +sort KIND_TYPE "Uninterpreted Sort" parameterized APPLY_UF VARIABLE 1: "uninterpreted function application" variable SORT_TAG "sort tag" parameterized SORT_TYPE SORT_TAG 0: "sort type" + +endtheory \ No newline at end of file -- cgit v1.2.3