30 #ifndef __SCIP_BOUNDSTORE_H__ 31 #define __SCIP_BOUNDSTORE_H__ enum SCIP_BoundType SCIP_BOUNDTYPE
SCIP_RETCODE SCIPboundstoreCreate(SCIP *scip, SCIP_BOUNDSTORE **boundstore, int nvars)
SCIP_BOUNDTYPE SCIPboundstoreGetChgType(SCIP_BOUNDSTORE *boundstore, int i)
void SCIPboundstoreClear(SCIP_BOUNDSTORE *boundstore)
int SCIPboundstoreGetNChgs(SCIP_BOUNDSTORE *boundstore)
enum SCIP_Retcode SCIP_RETCODE
type definitions for return codes for SCIP methods
type definitions for LP management
type definitions for SCIP's main datastructure
void SCIPboundstoreFree(SCIP *scip, SCIP_BOUNDSTORE **boundstore)
SCIP_RETCODE SCIPboundstoreAdd(SCIP *scip, SCIP_BOUNDSTORE *boundstore, int varidx, SCIP_Real newbound, SCIP_BOUNDTYPE boundtype)
int SCIPboundstoreGetChgVaridx(SCIP_BOUNDSTORE *boundstore, int i)
SCIP_Real SCIPboundstoreGetChgVal(SCIP_BOUNDSTORE *boundstore, int i)
the type definitions for the synchronization store
SCIP_RETCODE SCIPboundstoreMerge(SCIP *scip, SCIP_BOUNDSTORE *target, SCIP_BOUNDSTORE *source)
common defines and data types used in all packages of SCIP