diff --git a/target/classes/edu/rpi/rair/debug.clj b/target/classes/edu/rpi/rair/debug.clj deleted file mode 100644 index 09ad17e..0000000 --- a/target/classes/edu/rpi/rair/debug.clj +++ /dev/null @@ -1,15 +0,0 @@ -{:name "bidding problem" - :background [] - :start [(bid 0)] - :goal [(bid 5)] - :actions - [(define-action post-new-bid (?number) - {:preconditions [(bid ?number)] - :additions [(bid ($$sum 1 ?number))] - :deletions [(bid ?number)]})] - - :expected-plans ([(post-new-bid 0) - (post-new-bid 1) - (post-new-bid 2) - (post-new-bid 3) - (post-new-bid 4)])} diff --git a/target/classes/edu/rpi/rair/temp.clj b/target/classes/edu/rpi/rair/temp.clj deleted file mode 100644 index 194755d..0000000 --- a/target/classes/edu/rpi/rair/temp.clj +++ /dev/null @@ -1,16 +0,0 @@ -{G1 {:priority 6.0 - :state [(not (open (door room1)))]} - - G2 {:priority 6.0 - :state [(in prisoner room1)]} - - G3 {:priority 6.0 - :state [(forall [?room] - (if (in prisoner ?room) - (in self ?room)))]} - G4 {:priority 3.0 - :state [(in prisoner room2) - (in self room2)]} - G5 {:priority 2.0 - - :state [(interrogates commander prisoner)]}} \ No newline at end of file diff --git a/target/classes/edu/rpi/rair/utils/Commons.class b/target/classes/edu/rpi/rair/utils/Commons.class deleted file mode 100644 index c3e389f..0000000 Binary files a/target/classes/edu/rpi/rair/utils/Commons.class and /dev/null differ diff --git a/target/classes/edu/rpi/rair/utils/GoalTrackingProblem.class b/target/classes/edu/rpi/rair/utils/GoalTrackingProblem.class deleted file mode 100644 index c83e72b..0000000 Binary files a/target/classes/edu/rpi/rair/utils/GoalTrackingProblem.class and /dev/null differ