Package | Description |
---|---|
org.licas.ai_solver |
Problem-solving packages, this includes base factory classes, categorised, that can be extended.
|
org.licas.ai_solver.test |
The problem-solving tests are set-up from the classes of this package that typically
read and create test specifications first and translate those over to the problem specifications,
before executing the tests.
|
Class and Description |
---|
TestDef
This is the interface that all test controlling classes (
RunTests derived) should implement. |
Class and Description |
---|
RunTests
The main class for starting a set of problem-solving tests, using the
InformationService
services as the default type. |
TestDef
This is the interface that all test controlling classes (
RunTests derived) should implement. |