PySCIPOpt
Python Interface to the SCIP Optimization Suite
presol.pxi File Reference

Base class of the Presolver Plugin. More...

Go to the source code of this file.

Classes

class  Presol
 

Variables

 presoldata = SCIPpresolGetData(presol)
 
 PyPresol = <Presol>presoldata
 
 result_dict = PyPresol.presolexec(nrounds, presoltiming)
 

Detailed Description

Base class of the Presolver Plugin.

Definition in file presol.pxi.