Ask Your Question
4

Is it possible to use a customized theory with an SMT solver?

asked 2021-06-04 11:00:00 +0000

scrum gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2021-08-12 20:00:00 +0000

woof gravatar image

Yes, it's possible to use a customized theory with an SMT solver. SMT solvers are designed to support multiple theories, and users can define their customized theories using the solver’s language of choice. The customized theory can be implemented by providing axioms, definitions, and inference rules, which extend the existing theory supported by the solver. Once this is done, the user can use the customized theory with the solver to check the satisfiability of logical formulas. However, implementing customized theories can be challenging and requires expertise in both the underlying theory and the SMT solver's implementation.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-06-04 11:00:00 +0000

Seen: 9 times

Last updated: Aug 12 '21