Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unmatched arguments from index 2 #117

Open
ellyfantina opened this issue Jun 23, 2024 · 0 comments
Open

unmatched arguments from index 2 #117

ellyfantina opened this issue Jun 23, 2024 · 0 comments

Comments

@ellyfantina
Copy link

Unmatched arguments from index 2:
Usage:

ASP [-hV] [-e=] [-l=] [-t=] [-w=]

Description:

Solves a specified planning problem using A* search strategy.

Parameters:
The domain file.
The problem file.

Options:
-t, --timeout= Set the time out of the planner in seconds (preset
600s).
-l, --log= Set the level of trace of the planner: ALL, DEBUG,
INFO, ERROR, FATAL, OFF, TRACE (preset INFO).
-e, --heuristic=
Set the heuristic : AJUSTED_SUM, AJUSTED_SUM2,
AJUSTED_SUM2M, COMBO, MAX, FAST_FORWARD
SET_LEVEL, SUM, SUM_MUTEX (preset: FAST_FORWARD)
-w, --weight= Set the weight of the heuristic (preset 1.0).
-h, --help Show this help message and exit.
-V, --version Print version information and exit.

Process finished with exit code 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant