InterviewSolution
Saved Bookmarks
| 1. |
Can I Use Scip As A Pure Cp/sat Solver? |
|
Answer» Yes. SCIP can be used as a pure CP/SAT Solver by TYPING SET emphasis cpsolver in the SHELL or by USING the function SCIPsetEmphasis (). FURTHERMORE, you can compile SCIP without any LP-Solver by make LPS=none. Yes. SCIP can be used as a pure CP/SAT Solver by typing set emphasis cpsolver in the shell or by using the function SCIPsetEmphasis (). Furthermore, you can compile SCIP without any LP-Solver by make LPS=none. |
|