File: todo.rst

package info (click to toggle)
scram 0.16.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,016 kB
  • sloc: xml: 120,766; cpp: 23,966; python: 1,256; ansic: 100; makefile: 9
file content (59 lines) | stat: -rw-r--r-- 1,913 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
###############################
TODO List for the SCRAM Project
###############################

Low Hanging Fruits
==================

- `Issues on GitHub <https://github.com/rakhimov/scram/issues>`_
- `TODO list in the core code <https://scram-pra.org/api/todo.xhtml>`_
- `TODO list in the GUI code <https://scram-pra.org/gui-api/todo.xhtml>`_
- `Bugs and Issues <https://github.com/rakhimov/scram/blob/develop/doc/bugs.rst>`_


.. note:: The following To-Do items are features with high uncertainties.
          Upon becoming more certain (realistic, clear, ready, doable),
          the items should graduate to GitHub issues.

.. note:: Relative, subjective importance within groups is tagged in *italics*.
          The order of items is arbitrary (i.e., irrelevant).


Enhancements and Capabilities
=============================

Major
-----

- Sensitivity analysis. *Moderate*
- Dynamic fault tree analysis. *High*
- Systems with loops (risk network, strongly-connected components). *Low*
- Markov chains (numerical and simulation-based analyses). *Moderate*
- Reliability block diagrams. *Moderate*


Minor
-----

- Quantitative analysis with BDD w/o qualitative analysis. *Moderate*
- Event-tree analysis shadow-variables optimizations. *High*
- Incorporation of cut-offs (probability, contribution, dynamic) for ZBDD. *Moderate*
- Advanced variable ordering and reordering heuristics for BDD. *Moderate*
- Joint importance reliability factor. *Low*
- Analysis for all system gates (qualitative and quantitative).
  Multi-rooted graph analysis. *Low*
- Importance factor calculation for gates (formulas). *Low*
- Uncertainty analysis for importance factors. *Moderate*
- Generalization of parameter units and dimensional analysis. *Low*


Code
====

- Python front-end. *Moderate*

- More tests for expressions. *Moderate*

- More tests for preprocessing techniques. *High*

    * Graph equality tests.