Skip to content

Commit

Permalink
Add biclique and greedy set covering.
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Rothman <[email protected]>
  • Loading branch information
litghost committed Nov 2, 2020
1 parent c05dc0e commit 475d5e7
Show file tree
Hide file tree
Showing 5 changed files with 752 additions and 7 deletions.
2 changes: 1 addition & 1 deletion minitests/graph_folding/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ all: build_${PART}/wire_patterns.bin
build_${PART}:
mkdir -p build_${PART}

${DATABASE}: build_node_lookup.py node_lookup.py build_${PART}
${DATABASE}: build_node_lookup.py node_lookup.py | build_${PART}
python3 build_node_lookup.py \
--db-root ${DB_ROOT} \
--part ${PART} \
Expand Down
Loading

0 comments on commit 475d5e7

Please sign in to comment.