Algorithm-CP-IZ
view release on metacpan or search on metacpan
dXSTARG|5.006000||p
deb_curcv|||
deb_nocontext|||vn
deb_stack_all|||
deb_stack_n|||
debop||5.005000|
debprofdump||5.005000|
debprof|||
debstackptrs||5.007003|
debstack||5.007003|
debug_start_match|||
deb||5.007003|v
defelem_target|||
del_sv|||
delete_eval_scope|||
delimcpy||5.004000|n
deprecate_commaless_var_list|||
despatch_signals||5.007001|
destroy_matcher|||
die_nocontext|||vn
die_sv||5.013001|
free_tmps|||
gen_constant_list|||
get_and_check_backslash_N_name|||
get_aux_mg|||
get_av|5.006000||p
get_context||5.006000|n
get_cvn_flags|5.009005||p
get_cvs|5.011000||p
get_cv|5.006000||p
get_db_sub|||
get_debug_opts|||
get_hash_seed|||
get_hv|5.006000||p
get_invlist_iter_addr|||
get_invlist_offset_addr|||
get_invlist_previous_index_addr|||
get_mstats|||
get_no_modify|||
get_num|||
get_op_descs||5.005000|
get_op_names||5.005000|
ibcmp_utf8||5.007003|
ibcmp|||
incline|||
incpush_if_exists|||
incpush_use_sep|||
incpush|||
ingroup|||
init_argv_symbols|||
init_constants|||
init_dbargs|||
init_debugger|||
init_global_struct|||
init_i18nl10n||5.006000|
init_i18nl14n||5.006000|
init_ids|||
init_interp|||
init_main_stash|||
init_perllib|||
init_postdump_symbols|||
init_predump_symbols|||
init_stacks||5.005000|
require_tie_mod|||
restore_magic|||
rninstr|||n
rpeep|||
rsignal_restore|||
rsignal_save|||
rsignal_state||5.004000|
rsignal||5.004000|
run_body|||
run_user_filter|||
runops_debug||5.005000|
runops_standard||5.005000|
rv2cv_op_cv||5.013006|
rvpv_dup|||
rxres_free|||
rxres_restore|||
rxres_save|||
safesyscalloc||5.006000|n
safesysfree||5.006000|n
safesysmalloc||5.006000|n
safesysrealloc||5.006000|n
uiv_2buf|||n
unlnk|||
unpack_rec|||
unpack_str||5.007003|
unpackstring||5.008001|
unreferenced_to_tmp_stack|||
unshare_hek_or_pvn|||
unshare_hek|||
unsharepvn||5.004000|
unwind_handler_stack|||
update_debugger_info|||
upg_version||5.009005|
usage|||
utf16_textfilter|||
utf16_to_utf8_reversed||5.006001|
utf16_to_utf8||5.006001|
utf8_distance||5.006000|
utf8_hop||5.006000|
utf8_length||5.007001|
utf8_mg_len_cache_update|||
utf8_mg_pos_cache_update|||
t/09notify.t view on Meta::CPAN
# 9567 + 1085 = 10652
# SEND MORE MONEY
# 95671082
$called{search_end_solution} = join("", ($s, $e, $n, $d, $m, $o, $r, $y));
}
sub before_value_selection {
my $self = shift;
my ($depth, $index, $vs, $array) = @_;
# debug
# print STDERR "value selection: $depth, $index, $array\n";
# print STDERR " ", $vs->[0], ", ", $vs->[1], "\n";
# print STDERR join(", ", map {$_->min} @$array), "\n";
}
sub after_value_selection {
my $self = shift;
my ($result, $depth, $index, $vs, $array) = @_;
# debug
# print STDERR "after value selection: $result, $depth, $index, $array\n";
# print STDERR " ", $vs->[0], ", ", $vs->[1], "\n";
# print STDERR join(", ", map {$_->min} @$array), "\n";
}
sub enter {
my $self = shift;
my ($depth, $index, $array) = @_;
# debug
# print STDERR "enter: $depth, $index, $array\n";
# print STDERR join(", ", map {"$_"} @$array), "\n";
}
sub leave {
my $self = shift;
my ($depth, $index, $array) = @_;
# debug
# print STDERR "leave: $depth, $index, $array\n";
# print STDERR join(", ", map {"$_"} @$array), "\n";
}
sub found {
my $self = shift;
my ($depth, $array) = @_;
# debug
# print STDERR "found: $depth, $array\n";
# print STDERR join(", ", map {"$_"} @$array), "\n";
return 1;
}
package main;
my $obj = TestObj->new;
my $sn = $iz->create_search_notify($obj);
# print STDERR "perl obj = $obj, sn = $sn\n";
my $vs = $iz->get_value_selector(&Algorithm::CP::IZ::CS_VALUE_SELECTOR_MIN_TO_MAX);
( run in 0.936 second using v1.01-cache-2.11-cpan-49f99fa48dc )