Skip to content

Commit 33b07ff

Browse files
committed
Drop requirements from problems
1 parent ed9821c commit 33b07ff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+2
-97
lines changed

domains/deterministic/blocks3ops/p002-1.pddl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
(define (problem blocks-002-1)
22
(:domain blocks3ops)
3-
(:requirements :equality :non-deterministic :strips)
43
(:objects b0 b1)
54
(:init (clear b1) (on b1 b0) (ontable b0))
65
(:goal (and (clear b1) (on b1 b0) (ontable b0)))

domains/deterministic/blocks3ops/p002-2.pddl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
(define (problem blocks-002-2)
22
(:domain blocks3ops)
3-
(:requirements :equality :non-deterministic :strips)
43
(:objects b0 b1)
54
(:init (clear b1) (on b1 b0) (ontable b0))
65
(:goal (and (clear b0) (on b0 b1) (ontable b1)))

domains/deterministic/blocks3ops/p002-3.pddl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
(define (problem blocks-002-3)
22
(:domain blocks3ops)
3-
(:requirements :equality :non-deterministic :strips)
43
(:objects b0 b1)
54
(:init (clear b0) (clear b1) (ontable b0) (ontable b1))
65
(:goal (and (clear b0) (on b0 b1) (ontable b1)))

domains/deterministic/blocks3ops/p002-4.pddl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
(define (problem blocks-002-4)
22
(:domain blocks3ops)
3-
(:requirements :equality :non-deterministic :strips)
43
(:objects b0 b1)
54
(:init (clear b1) (on b1 b0) (ontable b0))
65
(:goal (and (clear b1) (on b1 b0) (ontable b0)))

domains/deterministic/blocks3ops/p002-5.pddl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
(define (problem blocks-002-5)
22
(:domain blocks3ops)
3-
(:requirements :equality :non-deterministic :strips)
43
(:objects b0 b1)
54
(:init (clear b0) (clear b1) (ontable b0) (ontable b1))
65
(:goal (and (clear b0) (on b0 b1) (ontable b1)))

domains/deterministic/blocks3ops/p003-1.pddl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
(define (problem blocks-003-1)
22
(:domain blocks3ops)
3-
(:requirements :equality :non-deterministic :strips)
43
(:objects b0 b1 b2)
54
(:init (clear b1) (on b0 b2) (on b1 b0) (ontable b2))
65
(:goal (and (clear b0) (on b0 b1) (on b1 b2) (ontable b2)))

domains/deterministic/blocks3ops/p003-2.pddl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
(define (problem blocks-003-2)
22
(:domain blocks3ops)
3-
(:requirements :equality :non-deterministic :strips)
43
(:objects b0 b1 b2)
54
(:init (clear b0) (clear b1) (clear b2) (ontable b0) (ontable b1) (ontable b2))
65
(:goal (and (clear b0) (on b0 b1) (ontable b1)))

domains/deterministic/blocks3ops/p003-3.pddl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
(define (problem blocks-003-3)
22
(:domain blocks3ops)
3-
(:requirements :equality :non-deterministic :strips)
43
(:objects b0 b1 b2)
54
(:init (clear b1) (on b0 b2) (on b1 b0) (ontable b2))
65
(:goal (and (clear b2) (on b2 b0) (on b0 b1) (ontable b1)))

domains/deterministic/blocks3ops/p003-4.pddl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
(define (problem blocks-003-4)
22
(:domain blocks3ops)
3-
(:requirements :equality :non-deterministic :strips)
43
(:objects b0 b1 b2)
54
(:init (clear b0) (on b0 b1) (on b1 b2) (ontable b2))
65
(:goal (and (clear b2) (on b2 b1) (ontable b1)))

domains/deterministic/blocks3ops/p003-5.pddl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
(define (problem blocks-003-5)
22
(:domain blocks3ops)
3-
(:requirements :equality :non-deterministic :strips)
43
(:objects b0 b1 b2)
54
(:init (clear b1) (clear b2) (on b2 b0) (ontable b0) (ontable b1))
65
(:goal (and (clear b0) (on b0 b2) (ontable b2)))

0 commit comments

Comments
 (0)