Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mateusz Pawlik
ted-experiments
Commits
80556759
Commit
80556759
authored
Jan 18, 2019
by
Thomas Huetter
Browse files
changed TJoin VC to LGM;
parent
a45c06fc
Changes
4
Show whitespace changes
Inline
Side-by-side
src/plots/configs_paper/cand_times/cand_times_swissprot.json
View file @
80556759
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
"constraints"
:
{
"constraints"
:
{
"verification_algorithm"
:
[
"Touzet"
],
"verification_algorithm"
:
[
"Touzet"
],
"upperbound"
:
[
"greedy"
],
"upperbound"
:
[
"greedy"
],
"((tree_to_set_time + index_time
+ upperbound_time + verification_time
)/1000) <"
:
[
36000
]
"((tree_to_set_time + index_time)/1000) <"
:
[
36000
]
}
}
},
},
{
{
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
"name"
:
"$
\\
mathtt{Binary}$"
,
"name"
:
"$
\\
mathtt{Binary}$"
,
"constraints"
:
{
"constraints"
:
{
"verification_algorithm"
:
[
"APTED"
],
"verification_algorithm"
:
[
"APTED"
],
"((tree_to_set_time + index_time
+ upperbound_time + verification_time
)/1000) <"
:
[
36000
]
"((tree_to_set_time + index_time)/1000) <"
:
[
36000
]
}
}
},
},
{
{
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
"name"
:
"$
\\
mathtt{Histo}$"
,
"name"
:
"$
\\
mathtt{Histo}$"
,
"constraints"
:
{
"constraints"
:
{
"verification_algorithm"
:
[
"APTED"
],
"verification_algorithm"
:
[
"APTED"
],
"((tree_to_set_time + index_time
+ upperbound_time + verification_time
)/1000) <"
:
[
36000
]
"((tree_to_set_time + index_time)/1000) <"
:
[
36000
]
}
}
},
},
{
{
...
...
src/plots/configs_paper/candidates/candidates_dblp.json
View file @
80556759
...
@@ -81,10 +81,10 @@
...
@@ -81,10 +81,10 @@
"table_name"
:
"t_join"
,
"table_name"
:
"t_join"
,
"attributes"
:
[
"attributes"
:
[
{
{
"attr_name"
:
"avg(
verification_candidates -
upperbound_pruned)"
"attr_name"
:
"avg(upperbound_pruned)"
}
}
],
],
"name"
:
"$
\\
mathtt{
TJoin
\\
VC
}$"
,
"name"
:
"$
\\
mathtt{
LGM
}$"
,
"constraints"
:
{
"constraints"
:
{
"verification_algorithm"
:
[
"Touzet"
],
"verification_algorithm"
:
[
"Touzet"
],
"upperbound"
:
[
"greedy"
],
"upperbound"
:
[
"greedy"
],
...
...
src/plots/configs_paper/candidates/candidates_python.json
View file @
80556759
...
@@ -77,13 +77,14 @@
...
@@ -77,13 +77,14 @@
"table_name"
:
"t_join"
,
"table_name"
:
"t_join"
,
"attributes"
:
[
"attributes"
:
[
{
{
"attr_name"
:
"avg(
verification_candidates -
upperbound_pruned)"
"attr_name"
:
"avg(upperbound_pruned)"
}
}
],
],
"name"
:
"$
\\
mathtt{
TJoin
\\
VC
}$"
,
"name"
:
"$
\\
mathtt{
LGM
}$"
,
"constraints"
:
{
"constraints"
:
{
"verification_algorithm"
:
[
"Touzet"
],
"verification_algorithm"
:
[
"Touzet"
],
"upperbound"
:
[
"greedy"
]
"upperbound"
:
[
"greedy"
],
"((tree_to_set_time + index_time + upperbound_time + verification_time)/1000) <"
:
[
36000
]
}
}
},
},
{
{
...
...
src/plots/configs_paper/candidates/candidates_swissprot.json
View file @
80556759
...
@@ -80,10 +80,10 @@
...
@@ -80,10 +80,10 @@
"table_name"
:
"t_join"
,
"table_name"
:
"t_join"
,
"attributes"
:
[
"attributes"
:
[
{
{
"attr_name"
:
"avg(
verification_candidates -
upperbound_pruned)"
"attr_name"
:
"avg(upperbound_pruned)"
}
}
],
],
"name"
:
"$
\\
mathtt{
TJoin
\\
VC
}$"
,
"name"
:
"$
\\
mathtt{
LGM
}$"
,
"constraints"
:
{
"constraints"
:
{
"verification_algorithm"
:
[
"Touzet"
],
"verification_algorithm"
:
[
"Touzet"
],
"upperbound"
:
[
"greedy"
],
"upperbound"
:
[
"greedy"
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment