mirror of
https://github.com/Z3Prover/z3
synced 2026-05-18 16:09:30 +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:
parent
b53e87dcba
commit
1b918ce4ec
5 changed files with 44 additions and 49 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue