Detailed Description
relaxation information data
Definition at line 74 of file struct_relax.h.
#include <struct_relax.h>
Data Fields | |
SCIP_Real | relaxsolobjval |
SCIP_Bool | relaxsolvalid |
SCIP_Bool | relaxsolincludeslp |
SCIP_Bool | relaxsolzero |
SCIP_RELAX * | lastsolrelax |
Field Documentation
◆ relaxsolobjval
SCIP_Real SCIP_Relaxation::relaxsolobjval |
Definition at line 76 of file struct_relax.h.
Referenced by SCIPrelaxationGetSolObj(), SCIPrelaxationSetSolObj(), SCIPrelaxationSolObjAdd(), and SCIPrelaxationUpdateVarObj().
◆ relaxsolvalid
SCIP_Bool SCIP_Relaxation::relaxsolvalid |
Definition at line 77 of file struct_relax.h.
Referenced by SCIPrelaxationIsSolValid(), and SCIPrelaxationSetSolValid().
◆ relaxsolincludeslp
SCIP_Bool SCIP_Relaxation::relaxsolincludeslp |
Definition at line 78 of file struct_relax.h.
Referenced by SCIPrelaxationIsLpIncludedForSol(), and SCIPrelaxationSetSolValid().
◆ relaxsolzero
SCIP_Bool SCIP_Relaxation::relaxsolzero |
Definition at line 79 of file struct_relax.h.
Referenced by SCIPrelaxationIsSolZero(), and SCIPrelaxationSetSolZero().
◆ lastsolrelax
SCIP_RELAX* SCIP_Relaxation::lastsolrelax |
relaxator of the most recent relaxation solution
Definition at line 80 of file struct_relax.h.
Referenced by SCIPrelaxationGetSolRelax(), and SCIPrelaxationSetSolRelax().