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

I was wondering if you could provide a more specific running process. #3

Closed
XuYingTing1 opened this issue May 16, 2023 · 1 comment
Closed

Comments

@XuYingTing1
Copy link

I tried to run the code according to the code running method in "read me", but there was no response. I compiled it without any errors, but it couldn't run. I was wondering if you could provide a more specific running process.

@dhruvms
Copy link
Owner

dhruvms commented May 16, 2023

When I follow the guidelines it works fine. This is the output:

> ./run2d ../dat/Cauldron.map 
Start: {186, 888},	Goal: {750, 717},
[INFO]  Solved with (10.000000, 20.000000) | expansions = 0, 1603, 1603 | time = 0.004881 | cost = 114900
[INFO]  Solved with (5.000000, 10.000000) | expansions = 0, 1603, 1603 | time = 0.000001 | cost = 114900
[INFO]  Solved with (2.500000, 5.000000) | expansions = 0, 1603, 1603 | time = 0.000000 | cost = 114900
[INFO]  Solved with (1.250000, 2.500000) | expansions = 0, 1603, 1603 | time = 0.000001 | cost = 114900
[INFO]  Solved with (1.000000, 1.250000) | expansions = 0, 10482, 10482 | time = 0.030476 | cost = 89700
[INFO]  Solved with (1.000000, 1.000000) | expansions = 78148, 88738, 19226 | time = 0.190883 | cost = 89100

Can you provide any more info about what you are trying and where things break down?

@dhruvms dhruvms closed this as completed May 17, 2023
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

2 participants