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