0

I would like to understand the meaning of BESTSOLFOUND in the SCIP_EVENTTYPE_BESTSOLFOUND. I have tried to write a callback to execute this event handler that can be found here. By referring to the related document it mentioned that:

a new best primal feasible solution was found

Now what I am willing to know is, what does it mean in the context of SCIP's B&B log file? And How can anyone find out when an event occurs?

1 Answer 1

1

You mean how can you see in the logfile when a new incumbent is found? Whenever there is a new value in the primalbound column.

If you want to know whether your event handler works just print something in the exec callback.

Sign up to request clarification or add additional context in comments.

1 Comment

Dear @Leon, thank you so much. I actually solved my issue based on your valuable comments in my previous question. Since I accepted your answer.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.