Steps necessary to run this graph engine's ttc'17 solution to the State Elimination Case:
- Clone this repository
- Switch to branch ttc-state
- Assemble with gradle, i.e. run ./gradlew assemble (do not build, it will run the tests which takes really long!)
- Import in Eclipse
- Run /org.fujaba.graphengine/src/test/java/org/fujaba/graphengine/unitTests/TestTTCStateCase.java for test results.