2022-02-23

This commit is contained in:
Daniel S. 2022-02-23 22:45:59 +01:00
parent 35a0c40d14
commit dc68cce9ed
80 changed files with 859345 additions and 4387 deletions

View file

@ -304,15 +304,7 @@ def preprocess(systems, bodies, output):
"-g",
metavar="<float>",
default=cfg["route.greediness"],
help="Greedyness factor for A-Star",
show_default=True,
)
@click.option(
"--mode",
"-m",
default=cfg["route.mode"],
help="Search mode",
type=click.Choice(["bfs", "bfs_old", "a-star", "greedy"]),
help="Greedyness factor (0.0=BFS, 1.0=Greedy)",
show_default=True,
)
@click.option(