33#ifndef __SCIP_PARA_OBJNODESEL_H__
34#define __SCIP_PARA_OBJNODESEL_H__
39#include "objscip/objnodesel.h"
40#include "scip/scipdefplugins.h"
58 : scip::ObjNodesel::ObjNodesel(solver->getScip(),
"ScipParaObjNodesel",
"Node selector when a node is sent to LC",
ScipParaSolver * scipParaSolver
ScipParaObjNodesel(ScipParaSolver *solver)
virtual ~ScipParaObjNodesel()
virtual SCIP_DECL_NODESELCOMP(scip_comp)
int getNBoundChanges(SCIP_NODE *node)
virtual SCIP_DECL_NODESELSELECT(scip_select)
ParaSolver extension for SCIP: Parallelized solver implementation for SCIP.