From f86f0bd95cfaa515cab227a772e26027d7023993 Mon Sep 17 00:00:00 2001 From: Claudio Scheer Date: Fri, 5 Jun 2020 16:39:39 -0300 Subject: [PATCH] Remove attempts --- implementation/program-1/attempts/1.plan | 9 --------- implementation/program-1/attempts/2.plan | 10 ---------- 2 files changed, 19 deletions(-) delete mode 100644 implementation/program-1/attempts/1.plan delete mode 100644 implementation/program-1/attempts/2.plan diff --git a/implementation/program-1/attempts/1.plan b/implementation/program-1/attempts/1.plan deleted file mode 100644 index b2cf57c..0000000 --- a/implementation/program-1/attempts/1.plan +++ /dev/null @@ -1,9 +0,0 @@ -;;!domain: program1 -;;!problem: problem1 - -0.00100: (assignment vara valuea assignmenta) -0.00200: (assignment vara valuea assignmentb) -0.00300: (assignment vara valuea assignmentc) - -; Makespan: 0.003 -; Cost: 0.003 \ No newline at end of file diff --git a/implementation/program-1/attempts/2.plan b/implementation/program-1/attempts/2.plan deleted file mode 100644 index e1a3b80..0000000 --- a/implementation/program-1/attempts/2.plan +++ /dev/null @@ -1,10 +0,0 @@ -;;!domain: program1 -;;!problem: problem1 - -0.00100: (assignment vara valuea assignmenta) -0.00200: (assignment varb valueb assignmentb) -0.00300: (binary_operation varb valueb assignmentb vara valuea assignmenta varc valuec assignmentc sumab) -0.00400: (assignment varc valuec assignmentc) - -; Makespan: 0.004 -; Cost: 0.004 \ No newline at end of file -- GitLab