Skip to content

Commit 71e289e

Browse files
committed
solve a bug in code caused by vscode hotkey after 3 years
1 parent 046326c commit 71e289e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ROBDD.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,8 @@ BDD_node *ROBDD::make_node(unsigned int ID, BDD_node *low, BDD_node *high)
5151
this->node_table[*new_node] = new_node;
5252
return new_node;
5353
}
54-
}void ROBDD::set_root(BDD_node *node)
55-
{
56-
this->root = node;
5754
}
5855

59-
6056
BDD_node *ROBDD::calc(binary_op op, BDD_node *left, BDD_node *right)
6157
{
6258
switch (op)

0 commit comments

Comments
 (0)