So far, Z3 gives the minimum unjustified core?

I want to know if Z3 can now give a minimal intangible core. Or is there someone who has good support? Does anyone know this?

Many thanks.

+3
source share
1 answer

Z3 creates unsatisfactory cores, but they are not necessarily minimal.

Here is an example of how to retrieve unsat core: http://rise4fun.com/Z3/smtc_core

You can also check the following questions:

Soft / hard restrictions in Z3

Designation of SMT-LIB 2.0 statements in z3

+3
source

All Articles