Scippy

SCIP

Solving Constraint Integer Programs

pub_relax.h File Reference

Detailed Description

public methods for relaxation handlers

Author
Tobias Achterberg

Definition in file pub_relax.h.

#include "scip/def.h"
#include "scip/type_misc.h"
#include "scip/type_relax.h"

Go to the source code of this file.

Functions

SCIP_EXPORT SCIP_DECL_SORTPTRCOMP (SCIPrelaxComp)
 
SCIP_EXPORT SCIP_DECL_SORTPTRCOMP (SCIPrelaxCompName)
 
SCIP_EXPORT SCIP_RELAXDATASCIPrelaxGetData (SCIP_RELAX *relax)
 
SCIP_EXPORT void SCIPrelaxSetData (SCIP_RELAX *relax, SCIP_RELAXDATA *relaxdata)
 
SCIP_EXPORT const char * SCIPrelaxGetName (SCIP_RELAX *relax)
 
SCIP_EXPORT const char * SCIPrelaxGetDesc (SCIP_RELAX *relax)
 
SCIP_EXPORT int SCIPrelaxGetPriority (SCIP_RELAX *relax)
 
SCIP_EXPORT int SCIPrelaxGetFreq (SCIP_RELAX *relax)
 
SCIP_EXPORT SCIP_Real SCIPrelaxGetSetupTime (SCIP_RELAX *relax)
 
SCIP_EXPORT SCIP_Real SCIPrelaxGetTime (SCIP_RELAX *relax)
 
SCIP_EXPORT SCIP_Longint SCIPrelaxGetNCalls (SCIP_RELAX *relax)
 
SCIP_EXPORT SCIP_Bool SCIPrelaxIsInitialized (SCIP_RELAX *relax)
 
SCIP_EXPORT void SCIPrelaxMarkUnsolved (SCIP_RELAX *relax)