public methods for primal CIP solutions
Definition in file pub_sol.h.
Go to the source code of this file.
Functions | |
| SCIP_SOLORIGIN | SCIPsolGetOrigin (SCIP_SOL *sol) |
| SCIP_Bool | SCIPsolIsOriginal (SCIP_SOL *sol) |
| SCIP_Bool | SCIPsolIsPartial (SCIP_SOL *sol) |
| SCIP_Real | SCIPsolGetOrigObj (SCIP_SOL *sol) |
| SCIP_Real | SCIPsolGetTime (SCIP_SOL *sol) |
| int | SCIPsolGetRunnum (SCIP_SOL *sol) |
| SCIP_Longint | SCIPsolGetNodenum (SCIP_SOL *sol) |
| int | SCIPsolGetDepth (SCIP_SOL *sol) |
| SCIP_HEUR * | SCIPsolGetHeur (SCIP_SOL *sol) |
| void | SCIPsolSetHeur (SCIP_SOL *sol, SCIP_HEUR *heur) |
| int | SCIPsolGetIndex (SCIP_SOL *sol) |