package frama-c

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

Pruning strategy ; selects most occurring literals to split cases.

type occur
val create : unit -> occur
val add : occur -> Lang.F.pred -> unit
val select : occur -> (Lang.F.pred * int) list