简体   繁体   中英

How to write axioms in Z3 Java API?

In Z3 api, FuncDecl has a DeclKind() to indicates if it is a rewrite rule. But how to create a rewrite rule in Z3 java API?

I'm not sure if I understood your question correctly. Are you referring to Z3_OP_PR_REWRITE ? If that is the case, this is the declaration kind used to annotate rewrite rule proof steps in Z3 proofs. It corresponds to the rewrite step described in this article (Section 3.2). We should not confuse this declaration kind with user defined rewrite rules.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM