mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
auto gen VS project
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
2bdcc36526
commit
cba78d220f
3 changed files with 127 additions and 37 deletions
|
@ -27,7 +27,7 @@ Notes:
|
|||
struct aig;
|
||||
|
||||
class aig_lit {
|
||||
friend class aig_ref;
|
||||
friend class aig_ref;
|
||||
aig * m_ref;
|
||||
public:
|
||||
aig_lit(aig * n = 0):m_ref(n) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue