mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
virtual
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4ab35a9bb5
commit
c6135a40d5
|
@ -63,6 +63,9 @@ namespace sat {
|
||||||
|
|
||||||
class th_model_builder {
|
class th_model_builder {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
virtual ~th_model_builder() {}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\brief compute the value for enode \c n and store the value in \c values
|
\brief compute the value for enode \c n and store the value in \c values
|
||||||
for the root of the class of \c n.
|
for the root of the class of \c n.
|
||||||
|
|
Loading…
Reference in a new issue