|
Go to the documentation of this file.
23 #ifndef __SCIP_PUB_HISTORY_H__
24 #define __SCIP_PUB_HISTORY_H__
74 #define SCIPhistoryGetVSIDS(history,dir) ((history)->vsids[dir])
76 #define SCIPvaluehistoryGetNValues(valuehistory) (valuehistory)->nvalues
77 #define SCIPvaluehistoryGetHistories(valuehistory) (valuehistory)->histories
78 #define SCIPvaluehistoryGetValues(valuehistory) (valuehistory)->values
|