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.
unsat コアを生成できるように、z3 モデルでいくつかのアサーションに名前を付ける必要があります。
次のように手動でこれを行うことができます:
(assert (! (assertion) :named x))
.NET API を直接使用して実行する必要があります。
助けはありますか?