Closed aniemetz closed 2 years ago
cvc5/cvc5@cc4a58f5d murxla/murxla@cf030de
(set-logic ALL) (set-option :produce-models true) (declare-const x (Bag Bool)) (declare-const _x (Bag Bool)) (check-sat-assuming ((distinct true (= x _x)))) (get-value (false))
error:
Fatal failure within bool cvc5::theory::TheoryEngineModelBuilder::buildModel(cvc5::theory::TheoryModel*) at src/theory/theory_model_builder.cpp:1038 Check failure false
Fixed by PR https://github.com/cvc5/cvc5/pull/7743
cvc5/cvc5@cc4a58f5d murxla/murxla@cf030de
error: