📄 readme
字号:
This directory contains two examples callingprocedure `testeZugaufbauUndWaggonreihung(Integer,Integer).Invariant `Zug::Kette' will be evaluated to false if the links of association`Reihung' form a cycle.In the first example (run.cmd) another invariant `Waggon::KeineSchleife' isloaded. The generator searches for a state, which satisfies `Zug::Kette' butnot `Waggon::KeineSchleife'. If a state exists, it is a counterexample showingthat `Zug::Kette' is too weak. Starting run.cmd results in a `no valid statefound' message, because `Zug::Kette' is correct.The second example (run2.cmd) replaces `Zug::Kette' with `Zug::Kette_zuWeich',which is too weak. Starting run2.cmd results in a counterexample showing that`Zug::Kette_zuWeich' does not prevent cycles.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -