summaryrefslogtreecommitdiff
path: root/src/parser/smt2/smt2.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2017-12-06 20:57:44 -0600
committerGitHub <noreply@github.com>2017-12-06 20:57:44 -0600
commit691abe521ea8a7e87db51e22880cf101d59bf3e7 (patch)
treea3e7e336a64597a03b3142bd6cd39c7d42322bec /src/parser/smt2/smt2.h
parenta97411d90188fc3ceda419faf7be4b3508e305a5 (diff)
Add command for define-fun-rec and add to API (#1412)
Diffstat (limited to 'src/parser/smt2/smt2.h')
-rw-r--r--src/parser/smt2/smt2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/parser/smt2/smt2.h b/src/parser/smt2/smt2.h
index 835ff2b58..4832fc6b5 100644
--- a/src/parser/smt2/smt2.h
+++ b/src/parser/smt2/smt2.h
@@ -127,13 +127,11 @@ public:
* (1) Calls Parser::pushScope(bindingLevel).
* (2) Computes the bound variable list for the quantified formula
* that defined this definition and stores it in bvs.
- * (3) Sets func_app to the APPLY_UF with func applied to bvs.
*/
void pushDefineFunRecScope(
const std::vector<std::pair<std::string, Type> >& sortedVarNames,
Expr func,
const std::vector<Expr>& flattenVars,
- Expr& func_app,
std::vector<Expr>& bvs,
bool bindingLevel = false);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback