summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/extended_rewrite.h
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2018-07-04 02:45:16 -0700
committerGitHub <noreply@github.com>2018-07-04 02:45:16 -0700
commit0cac8099cd69faa8d09bc726e33f71835bf8eec9 (patch)
tree371837bb6d3c8a17391f1ad1a69dd5334503f7af /src/theory/quantifiers/extended_rewrite.h
parentd517f186883e3397948099b7e80327e46b29b85b (diff)
parentad5a8f0eb67ebd698285a32a8e4101e971853741 (diff)
Merge branch 'sygusComp2018-2' into replaceSubstitutereplaceSubstitute
Diffstat (limited to 'src/theory/quantifiers/extended_rewrite.h')
-rw-r--r--src/theory/quantifiers/extended_rewrite.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/theory/quantifiers/extended_rewrite.h b/src/theory/quantifiers/extended_rewrite.h
index 27d030eaf..7b523f0b8 100644
--- a/src/theory/quantifiers/extended_rewrite.h
+++ b/src/theory/quantifiers/extended_rewrite.h
@@ -4,7 +4,7 @@
** Top contributors (to current version):
** Andrew Reynolds
** This file is part of the CVC4 project.
- ** Copyright (c) 2009-2017 by the authors listed in the file AUTHORS
+ ** Copyright (c) 2009-2018 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
@@ -309,15 +309,13 @@ class ExtendedRewriter
* n2 is equivalent to nv[0] ++ ... ++ (~)nv[i] ++ ... ++ nv[k-1], and
* nv[i] is a constant of bit-width one.
*/
- int spliceBvConstBit(Node n1,
- Node n2,
- std::vector<Node>& nv);
+ int spliceBvConstBit(Node n1, Node n2, std::vector<Node>& nv);
/** extend
- *
- * This returns the concatentation node of the form
+ *
+ * This returns the concatentation node of the form
*/
- Node extendBv(Node n, std::map< unsigned, Node >& ex_map);
- Node extendBv(Node n, std::vector< Node >& exs);
+ Node extendBv(Node n, std::map<unsigned, Node>& ex_map);
+ Node extendBv(Node n, std::vector<Node>& exs);
//--------------------------------------end bit-vectors
};
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback