scipopt / scip

SCIP - Solving Constraint Integer Programs
Other
369 stars 63 forks source link

[scip_prob.c]Missing references [scip_message.h] cause compilation to fail. #15

Closed vistart closed 2 years ago

vistart commented 2 years ago

https://github.com/scipopt/scip/blob/f20ba4ba9d56413e8f0c7138ab78f469783b143c/src/scip/scip_prob.c#L1138 SCIPdebugMsg is defined in scip_message.h, but the file is not referenced, which causes the compilation to fail because the definition cannot be found at compile time.