Closed matheusdiogenesandrade closed 6 months ago
NodeCount is implemented here:
CPX_CALLBACK_INFO_NODE_COUNT
is unrelated. It is an attribute that can be queried in a callback. See:
https://github.com/jump-dev/CPLEX.jl/tree/master?tab=readme-ov-file#callbacks
Thank you so much.
I am trying to understand how the triad CPLEX.jl + JuMP.jl + MOI.jl make the function
node_count
work. So, in the CPLEX.jl we have at line 329:In the JuMP.jl we have this:
And, in the MOI.jl we have this:
Precisely, where exactly the delegation to some cplex CPX function is made to retrieve this info?
Thanks and regards.