33#ifndef __SCIP_STRUCT_PROB_H__
34#define __SCIP_STRUCT_PROB_H__
common defines and data types used in all packages of SCIP
SCIP_DECL_PROBCOPY((*probcopy))
SCIP_Bool consschecksorted
SCIP_DECL_PROBTRANS((*probtrans))
SCIP_DECL_PROBEXITSOL((*probexitsol))
SCIP_DECL_PROBINITSOL((*probinitsol))
SCIP_CONS ** origcheckconss
SCIP_DECL_PROBDELORIG((*probdelorig))
SCIP_HASHTABLE * consnames
SCIP_Bool conscompression
SCIP_DECL_PROBDELTRANS((*probdeltrans))
SCIP_HASHTABLE * varnames
type definitions for constraints and constraint handlers
struct SCIP_Cons SCIP_CONS
type definitions for miscellaneous datastructures
struct SCIP_HashTable SCIP_HASHTABLE
type definitions for storing and manipulating the main problem
struct SCIP_ProbData SCIP_PROBDATA
enum SCIP_Objsense SCIP_OBJSENSE
type definitions for problem variables