Module Trace.AltErgo (.ml)

module AltErgo: S 

A certificate generator for the SMT solver Alt-Ergo


val certificate : Ast.t_system -> Node.t list -> unit

this takes a system in input and the list of visited nodes, of which the disjunction constitutes an inductive invariant for the system.

certificate s visited must write on the disk a certificate of induction (initialization, preservation, and implication) and print the location of the generated certificate on stdout.