Scippy

SCIP

Solving Constraint Integer Programs

BRANCHCAND Struct Reference

Detailed Description

branching candidate with various scores

Definition at line 339 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 341 of file cons_nonlinear.c.

Referenced by collectBranchingCandidates().

◆ auxviol

SCIP_Real BRANCHCAND::auxviol

aux-violation score of candidate

Definition at line 342 of file cons_nonlinear.c.

Referenced by collectBranchingCandidates(), and scoreBranchingCandidates().

◆ domain

SCIP_Real BRANCHCAND::domain

domain score of candidate

Definition at line 343 of file cons_nonlinear.c.

Referenced by scoreBranchingCandidates().

◆ dual

SCIP_Real BRANCHCAND::dual

dual score of candidate

Definition at line 344 of file cons_nonlinear.c.

Referenced by scoreBranchingCandidates().

◆ pscost

SCIP_Real BRANCHCAND::pscost

pseudo-cost score of candidate

Definition at line 345 of file cons_nonlinear.c.

Referenced by scoreBranchingCandidates().

◆ vartype

SCIP_Real BRANCHCAND::vartype

variable type score of candidate

Definition at line 346 of file cons_nonlinear.c.

Referenced by scoreBranchingCandidates().

◆ weighted

SCIP_Real BRANCHCAND::weighted

weighted sum of other scores, see scoreBranchingCandidates()

Definition at line 347 of file cons_nonlinear.c.

Referenced by SCIP_DECL_SORTINDCOMP(), and scoreBranchingCandidates().