projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd385ef
)
Fix argument in nonlinear extension. (#3216)
author
Andrew Reynolds
<andrew.j.reynolds@gmail.com>
Fri, 23 Aug 2019 15:44:29 +0000
(10:44 -0500)
committer
GitHub
<noreply@github.com>
Fri, 23 Aug 2019 15:44:29 +0000
(10:44 -0500)
src/theory/arith/nonlinear_extension.cpp
patch
|
blob
|
history
diff --git
a/src/theory/arith/nonlinear_extension.cpp
b/src/theory/arith/nonlinear_extension.cpp
index 1f6e1388a7a9a8ce47194647ebdb96dbcc8086df..f067fda4758196a99919353a8d0c538edb3da6d8 100644
(file)
--- a/
src/theory/arith/nonlinear_extension.cpp
+++ b/
src/theory/arith/nonlinear_extension.cpp
@@
-2003,7
+2003,7
@@
int NonlinearExtension::checkLastCall(const std::vector<Node>& assertions,
for (const Node& ac : a)
{
Node r =
- d_containing.getValuation().getModel()->getRepresentative(a
[0]
);
+ d_containing.getValuation().getModel()->getRepresentative(a
c
);
repList.push_back(r);
}
Node aa = argTrie[ak].add(a, repList);