Separate input and result data in constraint system test
input file: *.constraints result file: *.bounds
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
VARIABLES T
|
||||
|
||||
SUBTYPE T Int
|
||||
SUPERTYPE T String
|
||||
@@ -0,0 +1,4 @@
|
||||
VARIABLES T
|
||||
|
||||
SUBTYPE T Int
|
||||
SUPERTYPE T Int
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
VARIABLES T
|
||||
|
||||
SUBTYPE List<T> Int
|
||||
@@ -0,0 +1,3 @@
|
||||
VARIABLES T
|
||||
|
||||
SUBTYPE Any Any
|
||||
@@ -0,0 +1,4 @@
|
||||
VARIABLES T
|
||||
|
||||
SUBTYPE T Int
|
||||
SUBTYPE T String weak
|
||||
Reference in New Issue
Block a user