ultimate-pa / ultimate

The Ultimate program analysis framework.
https://ultimate-pa.org/
200 stars 41 forks source link

Use assert orders for Craig_TreeInterpolation #697

Closed Heizmann closed 1 day ago

Heizmann commented 6 days ago

We support assert orders for FP and BP since a few years. This summer I added support also our Craig interpolations. Craig_NestedInterpolation is still buggy. Craig_TreeInterpolation should work. Hence I changed the interpolation technique in the Camel refinement strategy from Craig_NestedInterpolation to Craig_TreeInterpolation.