How to run Z3 in Java from SMT-Lib standard? -
up now, can run z3 solution of equations in cmd on window:
z3 -smt2 path_smt_lib_file
but how can run z3 smt-lib standard input in java. thank in advance.
you should able find need in javaexample.java
in folder examples/java
.
check out api. in particular, if want read smt2 file, see context.parsesmtlib2file()
.
Comments
Post a Comment