Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
mohawk-2.0
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jon Shahen
mohawk-2.0
Commits
9eaf172f
Commit
9eaf172f
authored
Jan 17, 2016
by
Jonathan Shahen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug hunt is done; DO NOT USE NuSMV 2.5, use NuSMV 2.6! Updating the version number
parent
715d2cca
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
3 deletions
+8
-3
INSTALL.md
INSTALL.md
+1
-1
README.md
README.md
+5
-0
VERSION
VERSION
+1
-1
src/mohawk/MohawkInstance.java
src/mohawk/MohawkInstance.java
+1
-1
No files found.
INSTALL.md
View file @
9eaf172f
...
...
@@ -16,7 +16,7 @@ later time.
Here are the steps to use Moahawk:
1.
Install NuSMV. You can obtain the NuSMV source code / binary from
1.
Install NuSMV
2.6
. You can obtain the NuSMV source code / binary from
following site: http://nusmv.irst.itc.it/.
2.
The Mohawk tool requires the latest version of JVM installed.
...
...
README.md
View file @
9eaf172f
...
...
@@ -8,6 +8,11 @@
*
LICENSE: Please view LICENSE file in the home dir of this Program
********************************************************************
/
All of the documentation is very old, please use the ANT build script,
and run
`mohawk.jar --help`
to see all available options.
NuSMV version should be 2.6
Java version should be JRE8.0+
INSTALL
-------
...
...
VERSION
View file @
9eaf172f
2.3.0
\ No newline at end of file
2.3.1
\ No newline at end of file
src/mohawk/MohawkInstance.java
View file @
9eaf172f
...
...
@@ -21,7 +21,7 @@ import mohawk.testing.TestingSuite;
*/
public
class
MohawkInstance
{
private
final
String
VERSION
=
"v2.3.
0
"
;
private
final
String
VERSION
=
"v2.3.
1
"
;
private
static
final
String
AUTHORS
=
"Jonathan Shahen <jmshahen [AT] uwaterloo [DOT] ca>; Karthick Jayaraman"
;
// Logger Fields
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment