Currently, when Done() is called all previously reported `RuntimeMessages` in the component will be wiped out. We should add a separate mechanism to report the errors there, and deal with showing them to the user in the next `SolveInstance` call.
Currently, when Done() is called all previously reported
RuntimeMessagesin the component will be wiped out.We should add a separate mechanism to report the errors there, and deal with showing them to the user in the next
SolveInstancecall.