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

#include <spp.h>

Collaboration diagram for SPP_PROBLEM:
Collaboration graph
[legend]

Public Attributes

spp_parameterspar
 
statisticsstat
 
int input_type
 
int feasibility
 
double feas_value
 
int feas_sol_length
 
int * feas_sol
 
int orig_colnum
 
int orig_rownum
 
int * orig_names
 
double * orig_obj
 
col_orderedcmatrix
 
spp_lp_paramslp_par
 
spp_cg_paramscg_par
 

Detailed Description

Definition at line 71 of file spp.h.

Member Data Documentation

spp_parameters * SPP_PROBLEM::par

Definition at line 73 of file spp.h.

statistics * SPP_PROBLEM::stat

Definition at line 75 of file spp.h.

int SPP_PROBLEM::input_type

Definition at line 77 of file spp.h.

int SPP_PROBLEM::feasibility

Definition at line 79 of file spp.h.

double SPP_PROBLEM::feas_value

Definition at line 80 of file spp.h.

int SPP_PROBLEM::feas_sol_length

Definition at line 81 of file spp.h.

int * SPP_PROBLEM::feas_sol

Definition at line 82 of file spp.h.

int SPP_PROBLEM::orig_colnum

Definition at line 84 of file spp.h.

int SPP_PROBLEM::orig_rownum

Definition at line 85 of file spp.h.

int * SPP_PROBLEM::orig_names

Definition at line 86 of file spp.h.

double * SPP_PROBLEM::orig_obj

Definition at line 87 of file spp.h.

col_ordered * SPP_PROBLEM::cmatrix

Definition at line 89 of file spp.h.

spp_lp_params* SPP_PROBLEM::lp_par

Definition at line 77 of file spp.h.

spp_cg_params* SPP_PROBLEM::cg_par

Definition at line 78 of file spp.h.


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