module Aorai_option: sig
.. end
true
if the user declares that its ya automaton is deterministic.
include struct ... end
module Ltl_File: EmptyString
(
sig
val option_name : string
val arg_name : string
val help : string
end
)
module To_Buchi: EmptyString
(
sig
val option_name : string
val arg_name : string
val help : string
end
)
module Buchi: EmptyString
(
sig
val option_name : string
val arg_name : string
val help : string
end
)
module Ya: EmptyString
(
sig
val option_name : string
val arg_name : string
val help : string
end
)
module Output_Spec: False
(
sig
val option_name : string
val help : string
end
)
module Output_C_File: EmptyString
(
sig
val option_name : string
val arg_name : string
val help : string
end
)
module Dot: False
(
sig
val option_name : string
val help : string
end
)
module DotSeparatedLabels: False
(
sig
val option_name : string
val help : string
end
)
module AbstractInterpretation: False
(
sig
val option_name : string
val help : string
end
)
module AbstractInterpretationOff: False
(
sig
val option_name : string
val help : string
end
)
module Axiomatization: True
(
sig
val option_name : string
val help : string
end
)
module ConsiderAcceptance: False
(
sig
val option_name : string
val help : string
end
)
module AutomataSimplification: True
(
sig
val option_name : string
val help : string
end
)
module Test: Zero
(
sig
val option_name : string
val arg_name : string
val help : string
end
)
module AddingOperationNameAndStatusInSpecification: False
(
sig
val option_name : string
val help : string
end
)
module Deterministic: State_builder.Ref
(
Datatype.Bool
)
(
sig
val name : string
val dependencies : 'a list
val default : unit -> bool
end
)
true
if the user declares that its ya automaton is deterministic.
val is_on : unit -> bool
val init : unit -> unit
val promela_file : unit -> To_Buchi.t
val advance_abstract_interpretation : unit -> bool
val emitter : Emitter.t
The emitter which emits Aorai annotations.
Since Oxygen-20120901