Verification Backend API
include/Verification/Backend/ and lib/Verification/Backend/ define the
shared abstraction used to invoke different verification engines through one API.
Main components:
PropertyClassandVerificationTaskdescribe the requested job.VerificationResultInfostores standardized results.IBackendis the backend interface.BackendRegistrymanages available implementations.
The built-in registry covers SeaHorn, Sifa, SymAbsAI, and Clam.
See also Verification and Verification Backend Abstraction.