Scippy

SCIP

Solving Constraint Integer Programs

SCIP_Relaxation Struct Reference

Detailed Description

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_SOLbestrelaxsol
 
SCIP_Real bestrelaxsolobj
 

Field Documentation

◆ relaxsolobjval

SCIP_Real SCIP_Relaxation::relaxsolobjval

◆ relaxsolvalid

SCIP_Bool SCIP_Relaxation::relaxsolvalid

Definition at line 63 of file struct_relax.h.

Referenced by SCIPrelaxationIsSolValid(), and SCIPrelaxationSetSolValid().

◆ relaxsolzero

SCIP_Bool SCIP_Relaxation::relaxsolzero

Definition at line 64 of file struct_relax.h.

Referenced by SCIPrelaxationIsSolZero(), and SCIPrelaxationSetSolZero().

◆ bestrelaxsol

SCIP_SOL* SCIP_Relaxation::bestrelaxsol

Definition at line 65 of file struct_relax.h.

Referenced by SCIPrelaxationGetBestRelaxSol().

◆ bestrelaxsolobj

SCIP_Real SCIP_Relaxation::bestrelaxsolobj