From 9d677333439c15677b6891ee8f6bd368a5df9f0a Mon Sep 17 00:00:00 2001 From: ajreynol Date: Fri, 15 Jan 2016 23:57:56 +0100 Subject: Type enumerators take optional argument indicating fixed cardinalities of uninterpreted sorts. Modify TheoryModelBuilder. Fix bug in fmf-empty-sorts. --- src/theory/bv/type_enumerator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/theory/bv') diff --git a/src/theory/bv/type_enumerator.h b/src/theory/bv/type_enumerator.h index db98ef66b..da06b1152 100644 --- a/src/theory/bv/type_enumerator.h +++ b/src/theory/bv/type_enumerator.h @@ -3,7 +3,7 @@ ** \verbatim ** Original author: Morgan Deters ** Major contributors: none - ** Minor contributors (to current version): none + ** Minor contributors (to current version): Andrew Reynolds ** This file is part of the CVC4 project. ** Copyright (c) 2009-2014 New York University and The University of Iowa ** See the file COPYING in the top-level source directory for licensing @@ -35,7 +35,7 @@ class BitVectorEnumerator : public TypeEnumeratorBase { public: - BitVectorEnumerator(TypeNode type) throw(AssertionException) : + BitVectorEnumerator(TypeNode type, TypeEnumeratorProperties * tep = NULL) throw(AssertionException) : TypeEnumeratorBase(type), d_size(type.getBitVectorSize()), d_bits(0) { -- cgit v1.2.3