You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
via a member method handle_option. That is recursive_initialization_config now
implements its own handle_option that parses the user options specific to the
recursive initialization. These are: minimal null tree depth, maximal
nondeterministic tree depth, maximal array size and minimal array size. To that
end, the config inherits from the harness_option_parser, e.g. to have access to
require_exactly_one_value, etc.
0 commit comments