AltErgoLib.Steps
Module_Name
This module aims to count the number of steps in the theories used to solve the problem.
type incr_kind =
| Matching
Matching step increment
*)| Interval_Calculus
Arith : Interval Calculus increment
*)| Fourier
Arith : FourierMotzkin step increment
*)| Omega
Arith : number of omega procedure on Real and Int
*)| Uf
UF step increment
*)| Ac
AC step reasoning
*)| CP
Constraint propagation
*)| Th_assumed of int
Increment the counter for each term assumed in the theories environment
*)Define the type of increment
val incr : incr_kind -> unit
Increment the number of steps depending of the incr_kind
Disables the step limit during the execution of the continuation.