Integrating OpenSMT with JavaSMT #614
Replies: 1 comment 8 replies
-
Hi Daniel, I will try to assist you with integrating OpenSMT to JavaSMT as much as I can.
Indeed, OpenSMT requires to set logic beforehand. This has been OpenSMT's philosophy for a long time. I support the move to the approach now adopted by most solvers, but it is not easy and would require substantial changes in OpenSMT's codebase and API. We currently do not have capacity to work on this.
Unfortunately, no. This is related to the first question, where the philosophy was that you should specify the logic in which you are going to work beforehand.
We probably do not have example at the moment, but I can write one.
There are plans, but no time to realize them :) We welcome new contributors :) |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I'm a student at Ludwig-Maximilians-Universität in Munich and have just started my bachelor's thesis. The goal is to add support for OpenSMT to the JavaSMT framework. JavaSMT is a library that provides a common interface for accessing SMT solvers from java programs. Application developers can easily switch between different solvers without having to rewrite their code. You can find more information in these two papers:
And the github page can be found here.
As of now I'm still in the design phase, but there are some general questions I'd like to ask:
Any help would be greatly appreciated!
Daniel
Beta Was this translation helpful? Give feedback.
All reactions