From ed512e9e8b401c5a4101363714061c2bd1d9a6b0 Mon Sep 17 00:00:00 2001 From: sebastian Date: Wed, 3 May 2017 02:17:37 +0200 Subject: [PATCH] regeln erstellt bis auf reduce2 --- .idea/workspace.xml | 761 ++++++++++-------- src/de/dhbwstuttgart/strucTypes5/algo/TI.java | 5 +- .../constraints/ConstraintInterface.java | 60 ++ .../strucTypes5/solve/Rules.java | 290 ++++++- .../strucTypes5/typeVars/TypeVarAbstract.java | 10 +- .../strucTypes5/typeVars/TypeVarFactory.java | 4 +- .../typeVars/TypeVarInterface.java | 26 + .../strucTypes5/typeVars/TypeVarType.java | 1 + test/strucTypes5/NewOperatorTest2.java | 4 + test/strucTypes5/SolveTest.jav | 20 + test/strucTypes5/SolveTest.java | 73 ++ test/strucTypes5/SolveTest_Dev.java | 331 ++++++++ 12 files changed, 1256 insertions(+), 329 deletions(-) create mode 100644 src/de/dhbwstuttgart/strucTypes5/constraints/ConstraintInterface.java create mode 100644 test/strucTypes5/SolveTest.jav create mode 100644 test/strucTypes5/SolveTest.java create mode 100644 test/strucTypes5/SolveTest_Dev.java diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 51549f23..79901bba 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,8 +3,12 @@ - - + + + + + +