mirror of
https://github.com/Z3Prover/z3
synced 2026-02-19 23:14:40 +00:00
Implement get_fresh_value algorithm for finite_set_value_factory (#7987)
* Initial plan * Implement get_fresh_value algorithm for finite_set_value_factory Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> * Replace values.back() with values.get(N) as requested Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
df62e5e9e6
commit
8dd91e4698
2 changed files with 28 additions and 20 deletions
|
|
@ -200,6 +200,8 @@ static void tst_finite_set_is_fully_interp() {
|
|||
ast_manager m;
|
||||
reg_decl_plugins(m);
|
||||
|
||||
finite_set_util fsets(m);
|
||||
|
||||
// Test with Bool sort (should be fully interpreted)
|
||||
sort_ref bool_sort(m.mk_bool_sort(), m);
|
||||
parameter bool_param(bool_sort.get());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue