Scippy

SCIP

Solving Constraint Integer Programs

BRANCHCAND Struct Reference

Detailed Description

branching candidate with various scores

Definition at line 348 of file cons_nonlinear.c.

Data Fields

SCIP_EXPRexpr
 
SCIP_Real auxviol
 
SCIP_Real domain
 
SCIP_Real dual
 
SCIP_Real pscost
 
SCIP_Real vartype
 
SCIP_Real weighted
 

Field Documentation

◆ expr

SCIP_EXPR* BRANCHCAND::expr

expression that holds branching candidate

Definition at line 350 of file cons_nonlinear.c.

Referenced by collectBranchingCandidates().

◆ auxviol

SCIP_Real BRANCHCAND::auxviol

aux-violation score of candidate

Definition at line 351 of file cons_nonlinear.c.

Referenced by collectBranchingCandidates(), and scoreBranchingCandidates().

◆ domain

SCIP_Real BRANCHCAND::domain

domain score of candidate

Definition at line 352 of file cons_nonlinear.c.

Referenced by scoreBranchingCandidates().

◆ dual

SCIP_Real BRANCHCAND::dual

dual score of candidate

Definition at line 353 of file cons_nonlinear.c.

Referenced by scoreBranchingCandidates().

◆ pscost

SCIP_Real BRANCHCAND::pscost

pseudo-cost score of candidate

Definition at line 354 of file cons_nonlinear.c.

Referenced by scoreBranchingCandidates().

◆ vartype

SCIP_Real BRANCHCAND::vartype

variable type score of candidate

Definition at line 355 of file cons_nonlinear.c.

Referenced by scoreBranchingCandidates().

◆ weighted

SCIP_Real BRANCHCAND::weighted

weighted sum of other scores, see scoreBranchingCandidates()

Definition at line 356 of file cons_nonlinear.c.

Referenced by SCIP_DECL_SORTINDCOMP(), and scoreBranchingCandidates().