3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

unit tests for dd_pdd ordering

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-01-08 16:14:15 -08:00
parent 61da9a8aeb
commit cca19ef1a7
2 changed files with 56 additions and 19 deletions

View file

@ -37,7 +37,7 @@ Author:
#include "util/rational.h"
namespace dd {
class test;
class pdd;
class pdd_manager;
class pdd_iterator;
@ -46,6 +46,7 @@ namespace dd {
public:
enum semantics { free_e, mod2_e, zero_one_vars_e };
private:
friend test;
friend pdd;
friend pdd_iterator;
@ -303,6 +304,7 @@ namespace dd {
};
class pdd {
friend test;
friend class pdd_manager;
friend class pdd_iterator;
unsigned root;