You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -10,11 +10,11 @@ provides an analyzer for Electrum models, a temporal extension to the
10
10
Alloy modeling language. The Analyzer provides both bounded and
11
11
unbounded model checking procedures.
12
12
13
-
Alloy 4 is a self-contained executable, which includes the Kodkod
14
-
model finder and a variety of SAT solvers, as well as the standard
15
-
Alloy library and a collection of tutorial examples. The same jar file
16
-
can be incorporated into other applications to use Alloy as an API,
17
-
and includes the source code. See the release notes for details of new
13
+
Alloy 5 is a self-contained executable, which includes the Kodkod's extension
14
+
Pardinus model finder and a variety of SAT solvers, as well as the standard
15
+
Alloy library and a collection of tutorial examples. The same jar file can be
16
+
incorporated into other applications to use Alloy as an API, and includes the
17
+
source code. See the release notes for details of new
18
18
features.
19
19
20
20
More documentation can be found at: http://alloytools.org/documentation.html.
@@ -63,8 +63,8 @@ The workspace is divided into a number of projects:
63
63
*[org.alloytools.alloy.application](org.alloytools.alloy.application) – Main application code includes the parser, ast, visualiser, and application code
64
64
*[org.alloytools.alloy.dist](org.alloytools.alloy.dist) – Project to create the distribution executable JAR
65
65
*[org.alloytools.alloy.extra](org.alloytools.alloy.extra) – Models and examples
66
-
*[org.alloytools.kodkod.core](org.alloytools.kodkod.core) – Kodkod without native code
67
-
*[org.alloytools.kodkod.native](org.alloytools.kodkod.native) – The native code libraries for kodkod
66
+
*[org.alloytools.pardinus](org.alloytools.pardinus) – Kodkod's temporal extension without native code
67
+
*[org.alloytools.kodkod.native](org.alloytools.kodkod.native) – The native code libraries for Kodkod/Pardinus
68
68
69
69
### Relevant Project files
70
70
@@ -107,7 +107,9 @@ In the root of this workspace type `./gradlew`. This is a script that will downl
107
107
108
108
### Continuous Integration
109
109
110
-
The workspace is setup to build after every commit using Travis. It releases snapshots to `https://oss.sonatype.org/content/repositories/snapshots/org/alloytools/` for every CI build on Travis.
110
+
The workspace is setup to build after every commit using Travis.
111
+
112
+
<!--It releases snapshots to `https://oss.sonatype.org/content/repositories/snapshots/org/alloytools/` for every CI build on Travis.-->
0 commit comments