Questions: Counterexample-Guided Abstraction Refinement

3 questions to test your understanding

Score: 0 / 3
Question 1 Multiple Choice

What is a spurious counterexample in the CEGAR framework?

AA counterexample that is too long to be useful for debugging
BA counterexample found in the abstract model that does not correspond to any feasible execution in the concrete system — it is an artifact of over-approximation
CA counterexample that violates a safety property but not a liveness property
DA counterexample generated by a faulty model checker
Question 2 True / False

CEGAR always terminates.

TTrue
FFalse
Question 3 Short Answer

Explain the three main steps of a CEGAR iteration and what happens at each step.

Think about your answer, then reveal below.