relaxation information data
Definition at line 60 of file struct_relax.h.
#include <struct_relax.h>
Data Fields | |
SCIP_Real | relaxsolobjval |
SCIP_Bool | relaxsolvalid |
SCIP_Bool | relaxsolzero |
SCIP_SOL * | bestrelaxsol |
SCIP_Real | bestrelaxsolobj |
SCIP_Real SCIP_Relaxation::relaxsolobjval |
Definition at line 62 of file struct_relax.h.
Referenced by SCIPrelaxationGetSolObj(), SCIPrelaxationSetSolObj(), SCIPrelaxationSolObjAdd(), and SCIPrelaxationUpdateVarObj().
SCIP_Bool SCIP_Relaxation::relaxsolvalid |
Definition at line 63 of file struct_relax.h.
Referenced by SCIPrelaxationIsSolValid(), and SCIPrelaxationSetSolValid().
SCIP_Bool SCIP_Relaxation::relaxsolzero |
Definition at line 64 of file struct_relax.h.
Referenced by SCIPrelaxationIsSolZero(), and SCIPrelaxationSetSolZero().
SCIP_SOL* SCIP_Relaxation::bestrelaxsol |
Definition at line 65 of file struct_relax.h.
Referenced by SCIPrelaxationGetBestRelaxSol().
SCIP_Real SCIP_Relaxation::bestrelaxsolobj |
Definition at line 66 of file struct_relax.h.
Referenced by SCIPrelaxationGetBestRelaxSolObj(), and SCIPrelaxationSetBestRelaxSolObj().