= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
This modules defines the smallest signatures for a solver state that allow to instantiate the Pipeline.Make
functor.
Common interface for the state.
include Common
exception Error of t
Convenient exception.
val warn : ?loc:Dolmen.Std.Loc.full -> t -> 'a Report.Warning.t -> 'a -> t
Emit a warning
val error : ?loc:Dolmen.Std.Loc.full -> t -> 'a Report.Error.t -> 'a -> t
Emit an error.
val time_limit : t -> float
The time limit for one original statement (in seconds).
val size_limit : t -> float
The size limit for one original statement (in octets).