Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
他の正式な仕様でセットのカーディナリティをよく使用しますが、WP frama-c プラグインを使用して ACSL で使用できるかどうか疑問に思っています。
たとえば、書く assumes card({*a, *b, *c}) == 3 よりも 書く方が明確に思えます。assumes *a != *b && *a != *c && *b != *c
assumes card({*a, *b, *c}) == 3
assumes *a != *b && *a != *c && *b != *c