Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Your code stopped when recursive graph cut #10

Open
WinterPenguin2 opened this issue Aug 9, 2023 · 0 comments
Open

Your code stopped when recursive graph cut #10

WinterPenguin2 opened this issue Aug 9, 2023 · 0 comments

Comments

@WinterPenguin2
Copy link

hello
I am currently running your code, and I'm encountering an issue where the program terminates without generating the solution file, specifically in the "refine" section or within the execution of solve.exe. Upon investigating the solve.cc file, I've identified that the code is terminating at the following function:

std::unordered_map<int, int> recursive_graph_cut(
const std::vector<std::pair<int, int>>& edges,
const std::vector& weights,
const std::vector<size_t>& node_weights,
const size_t max_subset_weight
)

I'm wondering if you've experienced similar issues. I haven't made any changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant