문제

What is a (pseudocode) algorithm for checking invariant over Kripke structures, such that in case the invariant is violated, the counterexample returned by the algorithm is of minimal length?

도움이 되었습니까?

해결책

You did not provide sufficient detail in the question, but if I had to guess, I would say you are looking for breadth-first search.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top