diff options
| author | Chris Dyer <redpony@gmail.com> | 2009-12-26 12:49:06 -0600 | 
|---|---|---|
| committer | Chris Dyer <redpony@gmail.com> | 2009-12-26 12:49:06 -0600 | 
| commit | 3f01c8ed777aec011181dc515d9d28aa81e8530b (patch) | |
| tree | 93d9f6bfb9c26cb8334ca97b42b42a27dc1dc323 /tests/system_tests/unsup-align | |
| parent | 9be811a26da86b87bac8696f155188d9a675e61b (diff) | |
increase intersection speed by a couple orders of magnitude for linear chain graphs
Diffstat (limited to 'tests/system_tests/unsup-align')
| -rw-r--r-- | tests/system_tests/unsup-align/gold.statistics | 32 | 
1 files changed, 16 insertions, 16 deletions
| diff --git a/tests/system_tests/unsup-align/gold.statistics b/tests/system_tests/unsup-align/gold.statistics index afc49bfc..2f37c2db 100644 --- a/tests/system_tests/unsup-align/gold.statistics +++ b/tests/system_tests/unsup-align/gold.statistics @@ -7,8 +7,8 @@  +lm_edges 3  +lm_paths 2  +lm_trans blue -constr_nodes 3 -constr_edges 3 +constr_nodes 2 +constr_edges 2  constr_paths 1  -lm_nodes 2  -lm_edges 4 @@ -19,8 +19,8 @@ constr_paths 1  +lm_edges 4  +lm_paths 3  +lm_trans house -constr_nodes 3 -constr_edges 3 +constr_nodes 2 +constr_edges 2  constr_paths 1  -lm_nodes 4  -lm_edges 16 @@ -31,8 +31,8 @@ constr_paths 1  +lm_edges 20  +lm_paths 49  +lm_trans the house -constr_nodes 8 -constr_edges 11 +constr_nodes 7 +constr_edges 10  constr_paths 4  -lm_nodes 4  -lm_edges 12 @@ -43,8 +43,8 @@ constr_paths 4  +lm_edges 16  +lm_paths 25  +lm_trans house blue -constr_nodes 8 -constr_edges 11 +constr_nodes 7 +constr_edges 10  constr_paths 4  -lm_nodes 4  -lm_edges 14 @@ -55,8 +55,8 @@ constr_paths 4  +lm_edges 18  +lm_paths 36  +lm_trans the the -constr_nodes 8 -constr_edges 11 +constr_nodes 7 +constr_edges 10  constr_paths 4  -lm_nodes 2  -lm_edges 5 @@ -67,8 +67,8 @@ constr_paths 4  +lm_edges 5  +lm_paths 4  +lm_trans the -constr_nodes 3 -constr_edges 3 +constr_nodes 2 +constr_edges 2  constr_paths 1  -lm_nodes 4  -lm_edges 14 @@ -79,8 +79,8 @@ constr_paths 1  +lm_edges 18  +lm_paths 36  +lm_trans the the -constr_nodes 8 -constr_edges 11 +constr_nodes 7 +constr_edges 10  constr_paths 4  -lm_nodes 4  -lm_edges 10 @@ -91,6 +91,6 @@ constr_paths 4  +lm_edges 14  +lm_paths 16  +lm_trans end thet -constr_nodes 8 -constr_edges 11 +constr_nodes 7 +constr_edges 10  constr_paths 4 | 
