You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adds cutsel plugin
* Adds basic test_cutsel
* Makes test_cutsel more difficult, and actually use the cut-selector
* Adds intsupport and objparal getter functions
* Removed bug with sorting forcedcuts
* Adds getRowParallelism function to scip calls
* Adds SCIP(rowIsLocal,rowIsInGlobalCutPool,getCutLPSolCutoffDistance)
* Removes PY_SCIP_CALL wrapper in getRowNumIntCols
* Solution is now mandatorz for getCutLPSolCutoffDistance call
* Corrects the sorting order of the test_cutsel
* Fixed misspelling of parallel and adds getRowLinear()
* Fixes error with misses arg in PySepaExecSol
* Adds missing depth argument to PySepaExecsol
* Adds getdualsolval functionality
* Should look more cloesly at the conflict....
* Adds wrapper method for retrieval of dual sol of a row
* Adds wrapped functions for objective coefficient retrieval and norm of a row
* Adds scipGetNSepaRounds call
* Adds writing of best transformed solution
* Adds writeTransSol method
* Adds gil calls to cutsel functions
* Updates CHANGELOG
Co-authored-by: Mark <[email protected]>
0 commit comments