SCIP Doxygen Documentation
 
Loading...
Searching...
No Matches
BnbNodeInfo Struct Reference

Detailed Description

information stored for branch-and-bound nodes

Definition at line 204 of file symmetry_orbitopal.c.

Data Fields

SCIP_Longint nodenumber
 
COLSWAPcolswaps
 
int ncolswaps
 
int * rows
 
int nrows
 

Field Documentation

◆ nodenumber

SCIP_Longint BnbNodeInfo::nodenumber

node number of the branch-and-bound tree node

Definition at line 206 of file symmetry_orbitopal.c.

◆ colswaps

COLSWAP* BnbNodeInfo::colswaps

list containing column swaps by node branching decisions

Definition at line 207 of file symmetry_orbitopal.c.

◆ ncolswaps

int BnbNodeInfo::ncolswaps

number of elements in colswaps. ncolswaps == 0 <=> colswaps == NULL

Definition at line 208 of file symmetry_orbitopal.c.

◆ rows

int* BnbNodeInfo::rows

list of new variable rows by node branching decisions

Definition at line 209 of file symmetry_orbitopal.c.

◆ nrows

int BnbNodeInfo::nrows