3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 20:18:18 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-08-26 17:59:40 -07:00
parent 4ab35a9bb5
commit c6135a40d5

View file

@ -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.