Frage

Is there any difference in performance between using the python API of Z3 instead of directly interacting with the C implementation through SMT-Lib files for instance?

Thanks!

War es hilfreich?

Lösung

Yes, there is measurable overhead of using the python API to build and traverse terms compared to the C/C++ APIs.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top