From 3fbe87912dbffe70cf01fdf0b4652960998ea480 Mon Sep 17 00:00:00 2001 From: ajreynol Date: Tue, 9 Jun 2015 11:45:14 +0200 Subject: Bug fix instantiations for fmf-bound-int. Disable nested pre-skolemization for non-UF logics. Update SMT COMP scripts accordingly. --- src/theory/rep_set.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/theory/rep_set.cpp') diff --git a/src/theory/rep_set.cpp b/src/theory/rep_set.cpp index 5580dc3d7..4ab8df72f 100644 --- a/src/theory/rep_set.cpp +++ b/src/theory/rep_set.cpp @@ -370,7 +370,9 @@ bool RepSetIterator::isFinished(){ } Node RepSetIterator::getTerm( int i ){ - int index = d_index_order[i]; + Trace("rsi-debug") << "rsi : get term " << i << ", index order = " << d_index_order[i] << std::endl; + //int index = d_index_order[i]; + int index = i; if( d_enum_type[index]==ENUM_DOMAIN_ELEMENTS ){ TypeNode tn = d_types[index]; Assert( d_rep_set->d_type_reps.find( tn )!=d_rep_set->d_type_reps.end() ); -- cgit v1.2.3