mirror of
https://github.com/Z3Prover/z3
synced 2025-11-09 15:47:29 +00:00
Implement finite_set_value_factory using array_util to create singleton sets
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
430deb511a
commit
ea3dc7e217
2 changed files with 28 additions and 5 deletions
|
|
@ -13,11 +13,13 @@ Abstract:
|
|||
#pragma once
|
||||
|
||||
#include "model/struct_factory.h"
|
||||
#include "ast/array_decl_plugin.h"
|
||||
|
||||
/**
|
||||
\brief Factory for finite set values.
|
||||
*/
|
||||
class finite_set_value_factory : public struct_factory {
|
||||
array_util m_util;
|
||||
public:
|
||||
finite_set_value_factory(ast_manager & m, family_id fid, model_core & md);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue