summaryrefslogtreecommitdiff
path: root/src/theory/arith/kinds
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-08-07 18:38:49 +0000
committerMorgan Deters <mdeters@gmail.com>2012-08-07 18:38:49 +0000
commitb0deae79d8bae5051a85dc15e43e7b83bc8cf9ab (patch)
treed73fa7f9fb37077853f824dcecd2a1b8e4d22837 /src/theory/arith/kinds
parentea5acaba821790dd240db779f2340fbe5fce0b8e (diff)
Some items from the CVC4 public interface review:
* rename DeclarationScope to SymbolTable * rename all HashStrategy -> HashFunction (which we often have anyways) * remove CDCircList (no one is currently using it)
Diffstat (limited to 'src/theory/arith/kinds')
-rw-r--r--src/theory/arith/kinds4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/kinds b/src/theory/arith/kinds
index 7883bd92b..b9fac6e20 100644
--- a/src/theory/arith/kinds
+++ b/src/theory/arith/kinds
@@ -38,7 +38,7 @@ sort INTEGER_TYPE \
constant SUBRANGE_TYPE \
::CVC4::SubrangeBounds \
- ::CVC4::SubrangeBoundsHashStrategy \
+ ::CVC4::SubrangeBoundsHashFunction \
"util/subrange_bound.h" \
"the type of an integer subrange"
cardinality SUBRANGE_TYPE \
@@ -51,7 +51,7 @@ well-founded SUBRANGE_TYPE \
constant CONST_RATIONAL \
::CVC4::Rational \
- ::CVC4::RationalHashStrategy \
+ ::CVC4::RationalHashFunction \
"util/rational.h" \
"a multiple-precision rational constant"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback