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

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -