22 DEFINE_bool(keep_parentheses,
false,
"Keep PDT parentheses in result?");
24 "Queue type: one of: " 25 "\"fifo\", \"lifo\", \"state\"");
26 DEFINE_bool(path_gc,
true,
"Garbage collect shortest path data?");
27 DEFINE_string(pdt_parentheses,
"",
"PDT parenthesis label pairs");
DEFINE_string(queue_type,"fifo","Queue type: one of: ""\"fifo\", \"lifo\", \"state\"")
int pdtshortestpath_main(int argc, char **argv)
int main(int argc, char **argv)
DEFINE_bool(keep_parentheses, false,"Keep PDT parentheses in result?")