Scippy

SCIP

Solving Constraint Integer Programs

COPY_MAPEXPR_DATA Struct Reference

Detailed Description

variable mapping data passed on during copying expressions when copying SCIP instances

Definition at line 69 of file scip_expr.c.

Data Fields

SCIP_HASHMAPvarmap
 
SCIP_HASHMAPconsmap
 
SCIP_Bool global
 
SCIP_Bool valid
 

Field Documentation

◆ varmap

SCIP_HASHMAP* COPY_MAPEXPR_DATA::varmap

SCIP_HASHMAP mapping variables of the source SCIP to corresponding variables of the target SCIP

Definition at line 71 of file scip_expr.c.

Referenced by SCIP_DECL_EXPR_MAPEXPR(), and SCIPcopyExpr().

◆ consmap

SCIP_HASHMAP* COPY_MAPEXPR_DATA::consmap

SCIP_HASHMAP mapping constraints of the source SCIP to corresponding constraints of the target SCIP

Definition at line 73 of file scip_expr.c.

Referenced by SCIP_DECL_EXPR_MAPEXPR(), and SCIPcopyExpr().

◆ global

SCIP_Bool COPY_MAPEXPR_DATA::global

should a global or a local copy be created

Definition at line 75 of file scip_expr.c.

Referenced by SCIP_DECL_EXPR_MAPEXPR(), and SCIPcopyExpr().

◆ valid

SCIP_Bool COPY_MAPEXPR_DATA::valid

indicates whether every variable copy was valid

Definition at line 76 of file scip_expr.c.

Referenced by SCIP_DECL_EXPR_MAPEXPR(), and SCIPcopyExpr().