Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c30e177

Browse files
committed
cleanups
1 parent fd25966 commit c30e177

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</ul>
1818
<ul class="nav d-block d-md-flex">
1919
<li class="nav-item">
20-
<a class="nav-link tu-link" href="https://ps.cs.tu-dortmund.de">
20+
<a class="nav-link tu-link" href="https://tu-dortmund.de">
2121
<img style="height: 24px; margin-right: 8px; margin-top: -4px;" src="{{ '/assets/images/tu.png' | relative_url }}" alt="TU Dortmund logo">TU Dortmund University</a>
2222
</li>
2323
</ul>

index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ navbar-group: "Projects"
88
## Learnlib
99

1010
LearnLib is a free and open source ([Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)) Java framework for automata learning.
11-
It is mainly being developed at the [Chair of Programming Systems](http://ls5-www.cs.tu-dortmund.de/) at [TU Dortmund University, Germany](http://www.tu-dortmund.de/).
11+
It is mainly being developed at [TU Dortmund University, Germany](https://cs.tu-dortmund.de/).
1212
20 years of research in the field of automated learning as well as our experience in engineering software have gone into the development of LearnLib.
1313

1414
## Usage
@@ -64,13 +64,14 @@ LearnLib provides a sophisticated set of active and passive learning algorithms
6464
- Complete, depth-bounded exploration
6565
- Random words
6666
- Random walk
67-
- W-method (incl. variants)
68-
- Wp-method (incl. variants)
67+
- (partial) W-method (incl. variants)
68+
- Black-Box Checking (via [LTSmin](https://ltsmin.utwente.nl/))
6969

7070
#### More features
7171

7272
- Query cache
7373
- Parallel oracles
74+
- Statistics
7475
- Reuse filter
75-
- Abstract to concrete system mapping
76+
- Abstract to concrete symbol mapping
7677
- Generic, extensible design

pages/automatalib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Furthermore, a plethora of graph-/automata-based algorithms is implemented, cove
1717

1818
- graph theory (traversal, shortest paths, strongly-connected components)
1919
- automata theory (equivalence, minimization)
20-
- model checking (adaptive distinguishing sequences, W(p)Method, characterizing sets, state/transition covers, LTL checking (via [LTSMin](https://ltsmin.utwente.nl/) and M3C)
20+
- model checking (adaptive distinguishing sequences, (partial) W-method, characterizing sets, state/transition covers, LTL checking (via [LTSmin](https://ltsmin.utwente.nl/) and M3C)
2121

2222
## Usage
2323

0 commit comments

Comments
 (0)