We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
The profiler should send a "START" message, n "NODE" messages, and a "DONE" message. The START and NODE messages are send, but the DONE is omitted
To Reproduce
netcat -l 1234 > /tmp/cpprofiler.out /usr/bin/minizinc --solver gecode --json-stream 01_sevenpaces/models/cuhkmelb.mzn --cp-profiler -723467520,1234
gecode/gecode/search/cpprofiler/tracer.cpp
Lines 147 to 150 in 027c578
There is probably a connector->done() missing.
connector->done()
gecode/gecode/search/cpprofiler/connector.hpp
Lines 373 to 377 in fec7e9f
Gecode and Platform Configuration
Gecode 6.3.0 branch (2022-04-30)
The text was updated successfully, but these errors were encountered:
Send DONE message before disconnecting
21a7e3d
Fixes Gecode#149.
8ed4c74
No branches or pull requests
Describe the bug
The profiler should send a "START" message, n "NODE" messages, and a "DONE" message. The START and NODE messages are send, but the DONE is omitted
To Reproduce
gecode/gecode/search/cpprofiler/tracer.cpp
Lines 147 to 150 in 027c578
There is probably a
connector->done()
missing.gecode/gecode/search/cpprofiler/connector.hpp
Lines 373 to 377 in fec7e9f
Gecode and Platform Configuration
Gecode 6.3.0 branch (2022-04-30)
The text was updated successfully, but these errors were encountered: