File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/org/sosy_lab/java_smt/basicimpl/parserInterpreter Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 5656import org .sosy_lab .java_smt .basicimpl .parserInterpreter .Smtlibv2Parser .Cmd_assertContext ;
5757import org .sosy_lab .java_smt .basicimpl .parserInterpreter .Smtlibv2Parser .Cmd_declareConstContext ;
5858import org .sosy_lab .java_smt .basicimpl .parserInterpreter .Smtlibv2Parser .Cmd_declareFunContext ;
59+ import org .sosy_lab .java_smt .basicimpl .parserInterpreter .Smtlibv2Parser .Cmd_defineFunContext ;
5960import org .sosy_lab .java_smt .basicimpl .parserInterpreter .Smtlibv2Parser .Cmd_defineSortContext ;
6061import org .sosy_lab .java_smt .basicimpl .parserInterpreter .Smtlibv2Parser .Cmd_popContext ;
6162import org .sosy_lab .java_smt .basicimpl .parserInterpreter .Smtlibv2Parser .Cmd_pushContext ;
@@ -2300,4 +2301,9 @@ public Object visitResp_get_model(Resp_get_modelContext ctx) {
23002301 isModel = true ;
23012302 return visitChildren (ctx );
23022303 }
2304+
2305+ @ Override
2306+ public Object visitCmd_defineFun (Cmd_defineFunContext ctx ) {
2307+ throw new UnsupportedOperationException ("JavaSMT does not support \" define-fun\" " );
2308+ }
23032309}
You can’t perform that action at this time.
0 commit comments