Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
visb-visualisation-examples
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
visb-visualisation-examples
Commits
d22431b6
Commit
d22431b6
authored
8 months ago
by
Michael Leuschel
Browse files
Options
Downloads
Patches
Plain Diff
add click event for solving
Signed-off-by:
Michael Leuschel
<
leuschel@uni-duesseldorf.de
>
parent
5e3c7978
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
N-Queens/queens_20.tla
+5
-0
5 additions, 0 deletions
N-Queens/queens_20.tla
N-Queens/queens_20_tla.json
+5
-0
5 additions, 0 deletions
N-Queens/queens_20_tla.json
with
10 additions
and
0 deletions
N-Queens/queens_20.tla
+
5
−
0
View file @
d22431b6
...
...
@@ -23,3 +23,8 @@ VISB_JSON_FILE == "queens_20_tla.json"
\* TLC takes 2 seconds for n-6, 12 seconds to solve for n=7
\* and 4 minutes 9 seconds for n=8, 1h45min47sec for n=9
\* ProB takes 0.01 seconds for n=8, both on MacBook Pro 3.06 GHz
\* with TLA Toolbox 1.7.1 on macOS MacBookAir M2 to find first solution 2024-09-05
\* n=6 Finished in 2245ms
\* n=7 Finished in 5797ms at (2024-09-05 15:03:50)
\* n=8 Finished in 77235ms with Deadlock checking (93 distinct states found, 88 states left on queue)
This diff is collapsed.
Click to expand it.
N-Queens/queens_20_tla.json
+
5
−
0
View file @
d22431b6
...
...
@@ -9,6 +9,11 @@
}
],
"events"
:
[
{
"for"
:{
"from"
:
1
,
"to"
:
"20"
},
"id"
:
"gTiles%0"
,
"event"
:
"Solve"
}
]
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment