Skip to content

Commit 8933051

Browse files
Merge pull request #67 from sanctuuary/dev
Improving NL template- and SLTLx-constraints
2 parents 8824ba8 + 295a8d1 commit 8933051

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.github.sanctuuary</groupId>
66
<artifactId>APE</artifactId>
7-
<version>2.0.2</version>
7+
<version>2.0.3</version>
88
<packaging>jar</packaging>
99
<name>io.github.sanctuuary:APE</name>
1010
<description>APE is a command line tool and an API for the automated exploration of possible computational pipelines (workflows) from large collections of computational tools.</description>

src/main/java/nl/uu/cs/ape/utils/APEDomainSetup.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ public List<String> getSLTLxConstraints(){
152152
*/
153153
public void clearConstraints() {
154154
this.unformattedConstr.clear();
155+
this.constraintsSLTLx.clear();
155156
}
156157

157158
/**

0 commit comments

Comments
 (0)