-
Updated
Jun 26, 2020
model-checking
Here are 180 public repositories matching this topic...
-
Updated
May 23, 2017 - TLA
I have issue with model explamation lime() try demo in lime/demo/text_classification_explanation.R it game me error:
`results <- lime(sentences_to_explain, bst, get.features.matrix, keep_word_position = false)(cases = sentences_to_explain, n_labels = 1, n_features = 5)
Error in eval(lhs, parent, parent) : attempt to apply non-function
`
Can you please suggest? Thanks.
-
Updated
Jun 25, 2020 - TLA
-
Updated
Jun 16, 2020 - Erlang
-
Updated
Jul 2, 2020
-
Updated
Jul 10, 2020 - C
-
Updated
Nov 25, 2019 - Haskell
-
Updated
Jun 8, 2020 - Jupyter Notebook
The TlaDocumentSymbolsProvider stumbles on operators while parsing constants and doesn't report them as model symbols. As a result, const operator names don't appear in the outline panel and in completion suggestions. Such operators also prevent parsing of the following constants.
A simple case:
CONSTANT Foo(_), BarNeither Foo nor Bar makes it to the model symbols list
-
Updated
Apr 23, 2020 - Shell
We want to auto-generate a website that documents all the supported patterns of ReqAnalyzer and their countertrace formulas.
It would be even better if we would generate pictures of automata and/or timing diagrams.
Checking nondeterministic models under an arbitrary scheduler allows us to use the (faster) algorithms for DTMCs/CTMCs. This might be useful, e.g., when the nondeterminism is known to be spurious.
In some sense, this would be the reverse operation of --transformation:to-nondet.
Note that for MAs it might be necessary to also invoke --[transformation:]eliminate-chains to get a CTMC (this
We should mark clauses with information about the corresponding assertion in code (say, NullPointerException in line X), and then generate output like "Could not verify absence of NullPointerException in line X".
With the framework for labelling clauses that Teme introduced, that should be fairly simple?
-
Updated
Jul 10, 2020 - C++
-
Updated
Sep 8, 2019 - Scala
-
Updated
Apr 18, 2020 - Python
-
Updated
Jun 16, 2020 - C
-
Updated
Jun 25, 2020 - Python
-
Updated
Mar 12, 2019 - Haskell
More documentation about the input format / syntax is needed.
Ideally, this should be auto-generated from https://github.com/jrclogic/SMCDEL/blob/master/src/SMCDEL/Internal/Parse.y and https://github.com/jrclogic/SMCDEL/blob/master/src/SMCDEL/Internal/Lex.x.
readthedocs.org
@danielbyler can you take a look here and possibly set us up for this? It's the automated documentation that you see across projects. We should also configure the webhook into our project so that the docs continuously update as changes are made.
-
Updated
Feb 23, 2020 - TLA
-
Updated
Oct 7, 2019 - OCaml
Current state
A quick rundown of current issues that hinder productive use of ModelPolisher:
- There was a logic error when using AnnotateDB: a check in one place was inverted and ADB was used when it should not have been and vice versa. This should be fixed in master after pulling in changes from the refactoring branch today
- Both COBRAparser and JSONParser currently error on some models from bigg_models da
-
Updated
Jul 10, 2020 - Java
-
Updated
Jul 11, 2020 - Python
Improve this page
Add a description, image, and links to the model-checking topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the model-checking topic, visit your repo's landing page and select "manage topics."
When a user repeatedly checks a model, the current model should indicate a trend for the state space statistics compared to the previous run (snapshot). I.e. has the number of distinct states gone up, down, or remained the same...