Skip to content

Commit

Permalink
slight modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Abodi-Massarwa committed Aug 6, 2024
1 parent 6e0b0df commit b67695d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ def iterated_priority_matching(alloc: AllocationBuilder, item_categories: dict[s
# remaining agents with respect to the order
) # building the Bi-Partite graph
if callback:
callback(helper_generate_graph_base64(envy_graph))
callback(helper_generate_graph_base64(agent_item_bipartite_graph))

# Creation of envy graph
helper_update_envy_graph(curr_bundles=alloc.bundles, valuation_func=valuation_func, envy_graph=envy_graph,
Expand Down

0 comments on commit b67695d

Please sign in to comment.