package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

When given a filename, this switch enables parsing from a given SMT model ** file, printing the obtained model, in BINSEC's internal format. ** ** This option is in particular useful to integrate and test new SMT model ** format, as most provers have their own way of displaying a model. *

include Cli.CHECKABLE with type t = string
include Cli.GENERIC with type t = string
type t = string
val set : t -> unit
val get : unit -> t
val is_default : unit -> bool
val is_set : unit -> bool
val get_opt : unit -> t option