Module Counter.Efficiency
type t
=
{
consecutive : int array;
mutable consecutive_blocked : int;
mutable no_more_binary : int;
mutable no_more_unary : int;
mutable clashing_instance : int;
mutable time_correction : int;
}
Counter.Efficiency
type t
=
{
consecutive : int array; |
mutable consecutive_blocked : int; |
mutable no_more_binary : int; |
mutable no_more_unary : int; |
mutable clashing_instance : int; |
mutable time_correction : int; |
}