Go to the source code of this file.
|
| DEFINE_bool (keep_parentheses, false,"Keep PDT parentheses in result?") |
|
| DEFINE_string (queue_type,"fifo","Queue type: one of: ""\"fifo\", \"lifo\", \"state\"") |
|
| DEFINE_bool (path_gc, true,"Garbage collect shortest path data?") |
|
| DEFINE_string (pdt_parentheses,"","PDT parenthesis label pairs") |
|
int | pdtshortestpath_main (int argc, char **argv) |
|
int | main (int argc, char **argv) |
|
DEFINE_bool |
( |
keep_parentheses |
, |
|
|
false |
, |
|
|
"Keep PDT parentheses in result?" |
|
|
) |
| |
DEFINE_bool |
( |
path_gc |
, |
|
|
true |
, |
|
|
"Garbage collect shortest path data?" |
|
|
) |
| |
DEFINE_string |
( |
queue_type |
, |
|
|
"fifo" |
, |
|
|
"Queue type: one of: ""\"fifo\" |
, |
|
|
\"lifo\" |
, |
|
|
\"state\"" |
|
|
) |
| |
DEFINE_string |
( |
pdt_parentheses |
, |
|
|
"" |
, |
|
|
"PDT parenthesis label pairs" |
|
|
) |
| |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
int pdtshortestpath_main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |