Ipopt Documentation  
mc68_control Struct Reference

#include <hsl_mc68i.h>

Public Attributes

Extra options for C version
int f_array_in
 0 for C array indexing, 1 for Fortran indexing More...
 
int f_array_out
 0 for C array indexing, 1 for Fortran indexing More...
 
long min_l_workspace
 Initial size of workspace, as argument in Fortran. More...
 
Options from Fortran version
int lp
 stream number for error messages More...
 
int wp
 stream number for warning messages More...
 
int mp
 stream number for diagnostic messages More...
 
int nemin
 stream number for diagnostic messages More...
 
int print_level
 amount of informational output required More...
 
int row_full_thresh
 percentage threshold for full row More...
 
int row_search
 Number of rows searched for pivot with ord=6. More...
 

Detailed Description

Definition at line 24 of file hsl_mc68i.h.

Member Data Documentation

◆ f_array_in

int mc68_control::f_array_in

0 for C array indexing, 1 for Fortran indexing

Definition at line 30 of file hsl_mc68i.h.

◆ f_array_out

int mc68_control::f_array_out

0 for C array indexing, 1 for Fortran indexing

Note
2x2 pivot information discarded if C indexing is used for output!

Definition at line 35 of file hsl_mc68i.h.

◆ min_l_workspace

long mc68_control::min_l_workspace

Initial size of workspace, as argument in Fortran.

Definition at line 36 of file hsl_mc68i.h.

◆ lp

int mc68_control::lp

stream number for error messages

Definition at line 42 of file hsl_mc68i.h.

◆ wp

int mc68_control::wp

stream number for warning messages

Definition at line 43 of file hsl_mc68i.h.

◆ mp

int mc68_control::mp

stream number for diagnostic messages

Definition at line 44 of file hsl_mc68i.h.

◆ nemin

int mc68_control::nemin

stream number for diagnostic messages

Definition at line 45 of file hsl_mc68i.h.

◆ print_level

int mc68_control::print_level

amount of informational output required

Definition at line 46 of file hsl_mc68i.h.

◆ row_full_thresh

int mc68_control::row_full_thresh

percentage threshold for full row

Definition at line 47 of file hsl_mc68i.h.

◆ row_search

int mc68_control::row_search

Number of rows searched for pivot with ord=6.

Definition at line 48 of file hsl_mc68i.h.


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