Dip  0.92.4
Public Attributes | List of all members
BRANCH_OBJ Struct Reference

#include <sym_types.h>

Public Attributes

char type
 
int child_num
 
int name
 
double value
 
char sense [MAX_CHILDREN_NUM]
 
double rhs [MAX_CHILDREN_NUM]
 
double range [MAX_CHILDREN_NUM]
 
int branch [MAX_CHILDREN_NUM]
 
int sos_cnt [MAX_CHILDREN_NUM]
 
int * sos_ind [MAX_CHILDREN_NUM]
 
int * sol_sizes
 
int ** sol_inds
 
double ** solutions
 

Detailed Description

Definition at line 210 of file sym_types.h.

Member Data Documentation

char BRANCH_OBJ::type

Definition at line 211 of file sym_types.h.

int BRANCH_OBJ::child_num

Definition at line 217 of file sym_types.h.

int BRANCH_OBJ::name

Definition at line 219 of file sym_types.h.

double BRANCH_OBJ::value

Definition at line 221 of file sym_types.h.

char BRANCH_OBJ::sense[MAX_CHILDREN_NUM]

Definition at line 232 of file sym_types.h.

double BRANCH_OBJ::rhs[MAX_CHILDREN_NUM]

Definition at line 233 of file sym_types.h.

double BRANCH_OBJ::range[MAX_CHILDREN_NUM]

Definition at line 234 of file sym_types.h.

int BRANCH_OBJ::branch[MAX_CHILDREN_NUM]

Definition at line 235 of file sym_types.h.

int BRANCH_OBJ::sos_cnt[MAX_CHILDREN_NUM]

Definition at line 236 of file sym_types.h.

int* BRANCH_OBJ::sos_ind[MAX_CHILDREN_NUM]

Definition at line 237 of file sym_types.h.

int* BRANCH_OBJ::sol_sizes

Definition at line 276 of file sym_types.h.

int** BRANCH_OBJ::sol_inds

Definition at line 277 of file sym_types.h.

double** BRANCH_OBJ::solutions

Definition at line 278 of file sym_types.h.


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