3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-31 03:32:28 +00:00

restructure base class struct_factory so that enumeration of values for a sort comes together with hash-table access. This allows to use the enumeration view during value creations for finite sets

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-10-16 13:15:23 +02:00
parent b53e87dcba
commit 1b918ce4ec
5 changed files with 44 additions and 49 deletions

View file

@ -10,12 +10,6 @@ Abstract:
Theory solver for finite sets.
Implements axiom schemas for finite set operations.
Author:
GitHub Copilot Agent 2025
Revision History:
--*/
#include "smt/theory_finite_set.h"