Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
KTLA Study
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
KTLA Study
Commits
e6d7af62
Commit
e6d7af62
authored
Feb 10, 2022
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
4a93b437
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
56 additions
and
38 deletions
+56
-38
1Bit.toolbox/1Bit___Model_1.launch
1Bit.toolbox/1Bit___Model_1.launch
+56
-0
1Bit.toolbox/Model_1/MC.cfg
1Bit.toolbox/Model_1/MC.cfg
+0
-15
1Bit.toolbox/Model_1/MC.tla
1Bit.toolbox/Model_1/MC.tla
+0
-23
No files found.
1Bit.toolbox/1Bit___Model_1.launch
0 → 100644
View file @
e6d7af62
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration
type=
"org.lamport.tla.toolbox.tool.tlc.modelCheck"
>
<stringAttribute
key=
"TLCCmdLineParameters"
value=
""
/>
<stringAttribute
key=
"alias"
value=
""
/>
<intAttribute
key=
"collectCoverage"
value=
"1"
/>
<stringAttribute
key=
"configurationName"
value=
"Model_1"
/>
<booleanAttribute
key=
"deferLiveness"
value=
"false"
/>
<intAttribute
key=
"dfidDepth"
value=
"100"
/>
<booleanAttribute
key=
"dfidMode"
value=
"false"
/>
<intAttribute
key=
"distributedFPSetCount"
value=
"0"
/>
<stringAttribute
key=
"distributedNetworkInterface"
value=
"192.168.122.1"
/>
<intAttribute
key=
"distributedNodesCount"
value=
"1"
/>
<stringAttribute
key=
"distributedTLC"
value=
"off"
/>
<stringAttribute
key=
"distributedTLCVMArgs"
value=
""
/>
<intAttribute
key=
"fpBits"
value=
"1"
/>
<intAttribute
key=
"fpIndex"
value=
"64"
/>
<booleanAttribute
key=
"fpIndexRandom"
value=
"true"
/>
<intAttribute
key=
"maxHeapSize"
value=
"25"
/>
<intAttribute
key=
"maxSetSize"
value=
"1000000"
/>
<booleanAttribute
key=
"mcMode"
value=
"true"
/>
<stringAttribute
key=
"modelBehaviorInit"
value=
""
/>
<stringAttribute
key=
"modelBehaviorNext"
value=
""
/>
<stringAttribute
key=
"modelBehaviorSpec"
value=
"Spec"
/>
<intAttribute
key=
"modelBehaviorSpecType"
value=
"1"
/>
<stringAttribute
key=
"modelBehaviorVars"
value=
"flag, pc, turn"
/>
<stringAttribute
key=
"modelComments"
value=
""
/>
<booleanAttribute
key=
"modelCorrectnessCheckDeadlock"
value=
"true"
/>
<listAttribute
key=
"modelCorrectnessInvariants"
>
<listEntry
value=
"1ME!MutualExclusion"
/>
<listEntry
value=
"0Inv"
/>
</listAttribute>
<listAttribute
key=
"modelCorrectnessProperties"
>
<listEntry
value=
"0ME!Spec"
/>
<listEntry
value=
"0ME!Liveness"
/>
<listEntry
value=
"0Live0"
/>
<listEntry
value=
"0Live1"
/>
</listAttribute>
<intAttribute
key=
"modelEditorOpenTabs"
value=
"8"
/>
<stringAttribute
key=
"modelExpressionEval"
value=
""
/>
<listAttribute
key=
"modelParameterConstants"
>
<listEntry
value=
"N;;1;0;0"
/>
</listAttribute>
<intAttribute
key=
"modelVersion"
value=
"20191005"
/>
<intAttribute
key=
"numberOfWorkers"
value=
"2"
/>
<stringAttribute
key=
"postCondition"
value=
""
/>
<booleanAttribute
key=
"recover"
value=
"false"
/>
<stringAttribute
key=
"result.mail.address"
value=
""
/>
<intAttribute
key=
"simuAril"
value=
"-1"
/>
<intAttribute
key=
"simuDepth"
value=
"100"
/>
<stringAttribute
key=
"simuNumTraces"
value=
"9223372036854775807"
/>
<intAttribute
key=
"simuSeed"
value=
"-1"
/>
<stringAttribute
key=
"specName"
value=
"1Bit"
/>
<stringAttribute
key=
"tlcResourcesProfile"
value=
"local custom"
/>
<stringAttribute
key=
"view"
value=
""
/>
<booleanAttribute
key=
"visualizeStateGraph"
value=
"true"
/>
</launchConfiguration>
1Bit.toolbox/Model_1/MC.cfg
deleted
100644 → 0
View file @
4a93b437
\* CONSTANT definitions
CONSTANT
N <- const_1644486201121915000
\* SPECIFICATION definition
SPECIFICATION
Spec
\* INVARIANT definition
INVARIANT
inv_1644486201121916000
\* PROPERTY definition
PROPERTY
prop_1644486201121917000
prop_1644486201121918000
\* Generated on Thu Feb 10 12:43:21 MSK 2022
\ No newline at end of file
1Bit.toolbox/Model_1/MC.tla
deleted
100644 → 0
View file @
4a93b437
---- MODULE MC ----
EXTENDS 1Bit, TLC
\* CONSTANT definitions @modelParameterConstants:0N
const_1644486201121915000 ==
1
----
\* INVARIANT definition @modelCorrectnessInvariants:0
inv_1644486201121916000 ==
ME!MutualExclusion
----
\* PROPERTY definition @modelCorrectnessProperties:0
prop_1644486201121917000 ==
ME!Spec
----
\* PROPERTY definition @modelCorrectnessProperties:1
prop_1644486201121918000 ==
ME!Liveness
----
=============================================================================
\* Modification History
\* Created Thu Feb 10 12:43:21 MSK 2022 by kirr
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