Avoid complaining from strlen
`
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
@BDD1
|
||||
2
|
||||
0
|
||||
2
|
||||
L1 = x0 + x1
|
||||
L2 = L1
|
||||
L2
|
@@ -0,0 +1,7 @@
|
||||
digraph d{
|
||||
x0 [label="burglary\nx0", style="filled", color="lightblue"];
|
||||
x1 [label="earthquake\nx1", style="filled", color="lightblue"];
|
||||
L3 [label="v",shape="invtriangle", style="filled", color="greenyellow"];
|
||||
x0 -> L3;
|
||||
x1 -> L3;
|
||||
}
|
26
packages/ProbLog/problog_examples/output/out.dat
Normal file
26
packages/ProbLog/problog_examples/output/out.dat
Normal file
@@ -0,0 +1,26 @@
|
||||
#####################################################################
|
||||
# Pos Type Name
|
||||
#####################################################################
|
||||
# 1 int iteration
|
||||
# 2 time duration
|
||||
# 3 float llh_training_set
|
||||
# 4 float llh_test_set
|
||||
# 5 time bdd_evaluation
|
||||
# 6 float ground_truth_diff
|
||||
# 7 float ground_truth_mindiff
|
||||
# 8 float ground_truth_maxdiff
|
||||
# 9 time train_bdd_script_generation
|
||||
# 10 time train_bdd_script_generation_grounding
|
||||
# 11 time train_bdd_script_generation_completion
|
||||
# 12 time train_bdd_script_generation_propagation
|
||||
# 13 time train_bdd_script_generation_splitting
|
||||
# 14 int train_bdd_script_generation_active_ground_atoms
|
||||
# 15 int train_bdd_script_generation_propagated_ground_atoms
|
||||
# 16 time test_bdd_script_generation
|
||||
# 17 time test_bdd_script_generation_grounding
|
||||
# 18 time test_bdd_script_generation_completion
|
||||
# 19 time test_bdd_script_generation_propagation
|
||||
# 20 time test_bdd_script_generation_splitting
|
||||
# 21 int test_bdd_script_generation_active_ground_atoms
|
||||
# 22 int test_bdd_script_generation_propagated_ground_atoms
|
||||
#####################################################################
|
Reference in New Issue
Block a user