GOBNILP  f164d83
Data Fields
PedigreeData Struct Reference

Problem data that relates solely to pedigree-based constraints. More...

#include <pedigree_data.h>

Data Fields

int * ages
 The ages of each individual. More...
 
int n
 The number of individuals with pedigree data. More...
 
char * sexes
 The initially supplied sex of each individual. More...
 
SCIP_VAR ** SexVars
 Variable recording whether each individual is female. More...
 

Detailed Description

Problem data that relates solely to pedigree-based constraints.

Field Documentation

◆ ages

int* PedigreeData::ages

◆ n

int PedigreeData::n

◆ sexes

char* PedigreeData::sexes

The initially supplied sex of each individual.

(M, F or U)

Referenced by PD_addPedigreeConstraints(), PD_addPedigreeSpecificConstraints(), PD_addPedigreeVariables(), and PE_copyPedigreeData().

◆ SexVars

SCIP_VAR** PedigreeData::SexVars

The documentation for this struct was generated from the following file: