Separate input and result data in constraint system test

input file: *.constraints
 result file: *.bounds
This commit is contained in:
Svetlana Isakova
2015-06-27 15:38:56 +03:00
parent 07937a27eb
commit 82acce4767
24 changed files with 134 additions and 57 deletions
@@ -0,0 +1,4 @@
VARIABLES T
SUBTYPE T Int
SUPERTYPE T String
@@ -0,0 +1,4 @@
VARIABLES T
SUBTYPE T Int
SUPERTYPE T Int
@@ -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