X-Git-Url: https://ruin.nu/git/?p=popboot.git;a=blobdiff_plain;f=main.cpp;h=2affab554e32372a66adb1f312adaddd78ed99c6;hp=740c8890771f2cf81bf61458b9ee2e970ce60d9d;hb=498b277372ebab0008b97399d387285b36d88826;hpb=f42886c46e17e6e429efa36aab69e0cbd22cf87a diff --git a/main.cpp b/main.cpp index 740c889..2affab5 100644 --- a/main.cpp +++ b/main.cpp @@ -42,5 +42,7 @@ int main(int argc, char** argv){ actions.push_back(Action(exec, stringToVector(precond), stringToVector(effects))); } Planner p(actions, stringToVector(argv[2]), stringToVector(argv[3])); + + p.execute(); return 0; }