Skip to content

Commit 3963497

Browse files
committed
More entrypoints in transitive reduction.
1 parent 27bcad4 commit 3963497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfpq_add_context/add_contexts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def to_label_decomposed_graph(graph, automata_size, initial_graph_size):
8686
entrypoints << graph.reduce_columnwise(op.lor)
8787
#mask_v(op.lor) << Vector.from_coo(list(set(range(0,graph.nrows)).difference(entrypoints.to_coo(values=False)[0])), values=True, dtype = BOOL)
8888

89-
# !!! mask_v("any") << Vector.from_coo([i * automata_size for i in range(0, initial_graph_size)], values=True, dtype = BOOL, size = graph.ncols)
89+
mask_v("any") << Vector.from_coo([i * automata_size for i in range(0, initial_graph_size)], values=True, dtype = BOOL, size = graph.ncols)
9090

9191
load_i = Matrix(UINT64, graph.ncols, graph.nrows, name = "load_i_after_intersection")
9292
load_i << graph.select(graphblas.select.select_load).apply(graphblas.unary.decode_load)

0 commit comments

Comments
 (0)