InterviewSolution
| 1. |
How Can I Build/compile Scip? |
|
Answer» SCIP can be compiled using either Make files or CMake. It's recommended to use the new CMake BUILD system both for new and long-time users of SCIP. Consult the CMake documentation for further information about the CHANGES introduced in the new system (like Linux-conform NAMING CONVENTIONS for libraries). We STILL support the traditional Make file system for backwards compatibility but it might be discontinued at some point. SCIP can be compiled using either Make files or CMake. It's recommended to use the new CMake build system both for new and long-time users of SCIP. Consult the CMake documentation for further information about the changes introduced in the new system (like Linux-conform naming conventions for libraries). We still support the traditional Make file system for backwards compatibility but it might be discontinued at some point. |
|