GOBNILP  f164d83
Data Fields
PropertyData Struct Reference

Problem data that is not directly related to the parent sets. More...

#include <property_data.h>

Data Fields

char ** global_property_names
 The names of the global properties. More...
 
char ** global_property_values
 The values of the global properties. More...
 
int n
 The number of individuals with properties. More...
 
int num_global
 The number of global properties. More...
 
int * num_properties
 The number of properties of each individual. More...
 
char *** property_names
 The names of the properties of each individual. More...
 
char *** property_values
 The values of the properties of each individual. More...
 

Detailed Description

Problem data that is not directly related to the parent sets.

Field Documentation

◆ global_property_names

char** PropertyData::global_property_names

◆ global_property_values

char** PropertyData::global_property_values

The values of the global properties.

Referenced by PR_copyPropertyData(), PR_getGlobalProperty(), PR_initialise(), and PR_setGlobalProperty().

◆ n

int PropertyData::n

The number of individuals with properties.

Referenced by PR_copyPropertyData(), PR_initialise(), PR_setProperty(), and readProblemInJaakkolaFormat().

◆ num_global

int PropertyData::num_global

◆ num_properties

int* PropertyData::num_properties

The number of properties of each individual.

Referenced by PR_copyPropertyData(), PR_getProperty(), PR_hasProperty(), PR_initialise(), PR_setProperty(), and readProblemInJaakkolaFormat().

◆ property_names

char*** PropertyData::property_names

The names of the properties of each individual.

Referenced by PR_copyPropertyData(), PR_getProperty(), PR_hasProperty(), PR_initialise(), PR_setProperty(), and readProblemInJaakkolaFormat().

◆ property_values

char*** PropertyData::property_values

The values of the properties of each individual.

Referenced by PR_copyPropertyData(), PR_getProperty(), PR_initialise(), PR_setProperty(), and readProblemInJaakkolaFormat().


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