package mopsa

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

Parameters

Signature

val debug : ('a, Format.formatter, unit, unit) format4 -> 'b
val with_context : 'a -> 'b -> 'c * 'd
val is_numerical_var : Mopsa.var -> bool
val empty_env : Apron.Environment.t
val print_env : Format.formatter -> Apron.Environment.t -> unit
val filter_env : (Apron.Var.t -> bool) -> (Apron.Var.t -> bool) -> Apron.Environment.t -> Apron.Environment.t
val fold_env : (Apron.Var.t -> 'a -> 'b) -> Apron.Environment.t -> 'c -> 'd
val exists_env : (Apron.Var.t -> bool) -> Apron.Environment.t -> bool

Construct a list of linear constraints from an abstract value.

val constraints_of_var : Mopsa.var -> ((Apron.Coeff.t * Mopsa.var) list * 'a * 'b) list -> ((Apron.Coeff.t * Mopsa.var) list * 'a * 'b) list

Restrict linear constraints involving variable v

Get the list of variables with which v has numeric relations. Note that this function performs only one search iteration and doesn't return all related variables.

val constant_vars : (ApronManager.t Apron.Abstract1.t * Binding.t) -> Mopsa.var list

Get the list of constant variables

Similar to get_related_vars, but ensures that all related variables are returned.

exception UnsupportedExpression
exception ImpreciseExpression
val binop_to_apron : Mopsa.operator -> Apron.Texpr1.binop
val typ_to_apron : Mopsa.typ -> Apron.Texpr1.typ
val is_env_var : Mopsa.var -> ('a Apron.Abstract1.t * Binding.t) -> bool
val is_env_var_apron : Apron.Var.t -> 'a Apron.Abstract1.t -> bool
val tcons_array_of_tcons_list : Apron.Environment.t -> Apron.Tcons1.t list -> Apron.Tcons1.earray
OCaml

Innovation. Community. Security.