cleanup
This commit is contained in:
parent
b26b5b1b7d
commit
87e36bcfe2
@ -64,7 +64,8 @@
|
|||||||
:- use_module(library(lists),
|
:- use_module(library(lists),
|
||||||
[member/2,
|
[member/2,
|
||||||
append/3,
|
append/3,
|
||||||
delete/3
|
delete/3,
|
||||||
|
sum_list/2
|
||||||
]).
|
]).
|
||||||
|
|
||||||
:- use_module(library(maplist)).
|
:- use_module(library(maplist)).
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
|
|
||||||
:- module(bdd, [bdd_new/2,
|
:- module(bdd, [
|
||||||
|
bdd_new/2,
|
||||||
bdd_new/3,
|
bdd_new/3,
|
||||||
bdd_from_list/3,
|
bdd_from_list/3,
|
||||||
mtbdd_new/2,
|
mtbdd_new/2,
|
||||||
|
Reference in New Issue
Block a user