module Ph_reach: sig .. end
Local reachability by static analysis.
type 
}
val init_env : Ph_types.ph -> Ph_types.ctx -> Ph_types.process list -> env
type 
| | | NullGLC | 
| | | GLC of Ph_glc.glc | 
val local_reachability : ?saveGLC:refGLC Pervasives.ref -> env -> PintTypes.ternary
local_reachability env
returns the semi-decision (ternary) of the concretizability of sequence of local reachability as configured in env.
val coop_priority_ua_glc_setup : Ph_glc.glc_setup
val coop_priority_reachability : ?saveGLC:refGLC Pervasives.ref -> env -> PintTypes.ternary
(WiP) coop_priority_reachability ph s w
returns the semi-decision (ternary) of the concretizability of objective sequence w in the state s in the process hitting ph.
val color_nodes_connected_to_trivial_sols : #Ph_glc.glc -> Ph_glc.NodeSet.t
val get_Sols : env ->
       Ph_types.objective -> (Ph_types.PSet.t * PintTypes.ISet.t) list
val bot_trimmed_cwA : env -> #Ph_glc.glc -> Ph_glc.glc
val top_trimmed_cwA : env -> #Ph_glc.graph -> unit
val unordered_over_approx : env ->
       (Ph_types.objective -> (Ph_types.PSet.t * PintTypes.ISet.t) list) ->
       bool * (Ph_types.objective -> (Ph_types.PSet.t * PintTypes.ISet.t) list)