package mopsa
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  MOPSA: A Modular and Open Platform for Static Analysis using Abstract Interpretation
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      mopsa-analyzer-v1.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=9f673f79708b44a7effb3b6bb3618d2c
    
    
  sha512=cb91cb428e43a22f1abbcb8219710d0c10a5b3756d0da392d4084b3b3a6157350776c596983e63def344f617d39964e91f244f60c07958695ee5c8c809a9f0f4
    
    
  doc/cfg/Cfg/Ast/CFG/index.html
Module Ast.CFG
module P : sig ... endtype node_id = P.NodeId.ttype edge_id = P.EdgeId.ttype port = P.Port.tmodule NodeSet : sig ... endmodule EdgeSet : sig ... endmodule NodeMap : sig ... endmodule EdgeMap : sig ... endval create : unit -> ('n, 'e) graphval node_remove_all_in : ('n, 'e) node -> unitval node_remove_all_out : ('n, 'e) node -> unitval edge_remove_all_src : ('n, 'e) edge -> unitval edge_remove_all_dst : ('n, 'e) edge -> unitval edge_data : ('n, 'e) edge -> 'eval edge_set_data : ('n, 'e) edge -> 'e -> unitval edge_src_size : ('n, 'e) edge -> intval edge_dst_size : ('n, 'e) edge -> intval node_data : ('n, 'e) node -> 'nval node_set_data : ('n, 'e) node -> 'n -> unitval node_in_size : ('n, 'e) node -> intval node_out_size : ('n, 'e) node -> intval transpose : ('n, 'e) graph -> unitval remove_orphan : ('n, 'e) graph -> unittype (!'n, !'e) printer = {- print_node : Stdlib.Format.formatter -> ('n, 'e) node -> unit;
- print_edge : Stdlib.Format.formatter -> ('n, 'e) edge -> unit;
- print_src : Stdlib.Format.formatter -> ('n, 'e) node -> port -> ('n, 'e) edge -> unit;
- print_dst : Stdlib.Format.formatter -> ('n, 'e) edge -> port -> ('n, 'e) node -> unit;
- print_entry : Stdlib.Format.formatter -> ('n, 'e) node -> port -> unit;
- print_exit : Stdlib.Format.formatter -> ('n, 'e) node -> port -> unit;
}type (!'n, !'e) dot_printer = {- dot_pp_node : Stdlib.Format.formatter -> ('n, 'e) node -> unit;
- dot_pp_edge : Stdlib.Format.formatter -> ('n, 'e) edge -> unit;
- dot_pp_port : Stdlib.Format.formatter -> port -> unit;
- dot_filter_node : ('n, 'e) node -> bool;
- dot_filter_edge : ('n, 'e) edge -> bool;
- dot_filter_port : port -> bool;
}val print_dot : 
  ('n, 'e) dot_printer ->
  string ->
  Stdlib.Format.formatter ->
  ('n, 'e) graph ->
  unit sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >