Open
Description
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.
gecode/gecode/search/cpprofiler/connector.hpp
Lines 373 to 377 in fec7e9f
Gecode and Platform Configuration
Gecode 6.3.0 branch (2022-04-30)
Metadata
Metadata
Assignees
Labels
No labels