32#ifndef __TSPCONSHDLRSUBTOUR_H__
33#define __TSPCONSHDLRSUBTOUR_H__
50 1000000, -2000000, -2000000, 1, -1, 1, 0,
309 SCIP_Bool modifiable,
C++ problem data for TSP.
C++ wrapper for constraint handlers.
ObjConshdlr(SCIP *scip, const char *name, const char *desc, int sepapriority, int enfopriority, int checkpriority, int sepafreq, int propfreq, int eagerfreq, int maxprerounds, SCIP_Bool delaysepa, SCIP_Bool delayprop, SCIP_Bool needscons, SCIP_PROPTIMING proptiming, SCIP_PRESOLTIMING presoltiming)
virtual SCIP_DECL_CONSTRANS(scip_trans)
virtual SCIP_DECL_CONSSEPASOL(scip_sepasol)
virtual SCIP_DECL_CONSDELETE(scip_delete)
virtual SCIP_DECL_CONSHDLRISCLONEABLE(iscloneable)
virtual SCIP_DECL_CONSLOCK(scip_lock)
virtual SCIP_DECL_CONSDELVARS(scip_delvars)
virtual SCIP_DECL_CONSCHECK(scip_check)
virtual ~ConshdlrSubtour()
virtual SCIP_DECL_CONSHDLRCLONE(scip::ObjProbCloneable *clone)
virtual SCIP_DECL_CONSSEPALP(scip_sepalp)
virtual SCIP_DECL_CONSPRINT(scip_print)
virtual SCIP_DECL_CONSENFOLP(scip_enfolp)
virtual SCIP_DECL_CONSENFOPS(scip_enfops)
ConshdlrSubtour(SCIP *scip)
virtual SCIP_DECL_CONSCOPY(scip_copy)
virtual SCIP_DECL_CONSPROP(scip_prop)
static SCIP_Bool propagate
SCIP_RETCODE SCIPcreateConsSubtour(SCIP *scip, SCIP_CONS **cons, const char *name, GRAPH *graph, SCIP_Bool initial, SCIP_Bool separate, SCIP_Bool enforce, SCIP_Bool check, SCIP_Bool propagate, SCIP_Bool local, SCIP_Bool modifiable, SCIP_Bool dynamic, SCIP_Bool removable)
C++ wrapper classes for SCIP.
Definition of base class for all clonable classes which define problem data.
enum SCIP_Retcode SCIP_RETCODE
#define SCIP_PRESOLTIMING_FAST
#define SCIP_PROPTIMING_BEFORELP