summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/index_trie.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/index_trie.h')
-rw-r--r--src/theory/quantifiers/index_trie.h32
1 files changed, 17 insertions, 15 deletions
diff --git a/src/theory/quantifiers/index_trie.h b/src/theory/quantifiers/index_trie.h
index a10a31fe8..30033743b 100644
--- a/src/theory/quantifiers/index_trie.h
+++ b/src/theory/quantifiers/index_trie.h
@@ -1,20 +1,22 @@
-/********************* */
-/*! \file index_trie.h
- ** \verbatim
- ** Top contributors (to current version):
- ** Mikolas Janota
- ** This file is part of the CVC4 project.
- ** Copyright (c) 2009-2021 by the authors listed in the file AUTHORS
- ** in the top-level source directory and their institutional affiliations.
- ** All rights reserved. See the file COPYING in the top-level source
- ** directory for licensing information.\endverbatim
- **
- ** \brief Implementation of a trie that store subsets of tuples of term indices
- ** that are not yielding useful instantiations. of quantifier instantiation.
- ** This is used in the term_tuple_enumerator.
- **/
+/******************************************************************************
+ * Top contributors (to current version):
+ * MikolasJanota
+ *
+ * This file is part of the cvc5 project.
+ *
+ * Copyright (c) 2009-2021 by the authors listed in the file AUTHORS
+ * in the top-level source directory and their institutional affiliations.
+ * All rights reserved. See the file COPYING in the top-level source
+ * directory for licensing information.
+ * ****************************************************************************
+ *
+ * Implementation of a trie that store subsets of tuples of term indices
+ * that are not yielding useful instantiations. of quantifier instantiation.
+ * This is used in the term_tuple_enumerator.
+ */
#ifndef CVC5__THEORY__QUANTIFIERS__INDEX_TRIE_H
#define CVC5__THEORY__QUANTIFIERS__INDEX_TRIE_H
+
#include <algorithm>
#include <utility>
#include <vector>
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback