InterviewSolution
Saved Bookmarks
| 1. |
The Methods Scipgetvarsol () And Scipvargetsol () Seem To Have The Same Functionality. Which One Should I Use? |
|
Answer» In fact, there is a SLIGHT DIFFERENCE: SCIPvarGetSol () is also able to RETURN pseudo SOLUTION values. If you do not have an IDEA, what pseudo solutions are, SCIPgetVarSol () should be just fine. This should be the only case of 'duplicate methods'. In fact, there is a slight difference: SCIPvarGetSol () is also able to return pseudo solution values. If you do not have an idea, what pseudo solutions are, SCIPgetVarSol () should be just fine. This should be the only case of 'duplicate methods'. |
|