Prerequisites
In this section we show the envirnment you should have in order to run AML properly.
Step 1
Add this dependency to your pom.xml
<dependency> <groupId>es.us.isa</groupId> <artifactId>aml</artifactId> <version>0.9</version> <type>jar</type> </dependency>
For now, AML is only available for Java Projects. You can contribute and extend it for another language!
Step 2
AML works with IBM ILOG CPLEX Studio Optimization, but we offer an online solver at this endpoint: services.governify.io:8080/CSPWebReasoner
We are currently working on developing a new version with no local CSP Engine dependences. Nevertheless, by default only remote CSP Solver is enabled.
In order to use some Analysis Operations in AML, a CSP Solver Engine should be used.