Skip to content

Releases: MasWag/FalCAuN

Version 0.5

28 Feb 00:31
65f8ae5
Compare
Choose a tag to compare
Version 0.5 Pre-release
Pre-release

Major Changes

  • Implemented optimization with adaptive STL updater. (Thanks @bo40 🙏)
  • Supported constraints on input signals

RV2021 Version

19 Aug 11:03
Compare
Choose a tag to compare
RV2021 Version Pre-release
Pre-release

The RV 2021 submission version.

Note: This version does not include some of the updates in v0.4.

Version 0.4

23 Jun 02:33
1158543
Compare
Choose a tag to compare
Version 0.4 Pre-release
Pre-release

Major Changes

  • Fixed and clarified the signal interpolation in SimulinkSUL
    • For inputSignal = a1, a2, ..., an, we construct a timed word w = (a1, 0), (a2, T), (a3, 2 * T), ... (an, (n - 1) * T) and execute the Simulink model by feeding the piecewise-linear interpolation of w, where T is the signal step.
  • Report the concrete counterexamples with timestamps for clarity

Version 0.3

30 Oct 07:28
Compare
Choose a tag to compare
Version 0.3 Pre-release
Pre-release

The HSCC 2020 submission version.

Version 0.2

08 Aug 05:47
Compare
Choose a tag to compare
Version 0.2 Pre-release
Pre-release

Major Changes

  • Implemented timeout
  • Added an equivalence oracle by simulated annealing

Version 0.1

17 Jun 08:42
Compare
Choose a tag to compare
Version 0.1 Pre-release
Pre-release

This is the initial usable version of FalCAuN.

Functionarities

  • Black-box checking of Simulink models
    • The equivalence queries are by robustness-guided hill climbing or random checking