#include <read_lp.h>
Collaboration diagram for ILLread_lp_state:

Definition at line 42 of file read_lp.h.
Data Fields | |
| EGlpNum_t | bound_val |
| int | column_index |
| char | eof |
| char | field [ILL_namebufsize+1] |
| char | fieldOnFirstCol |
| qsline_reader * | file |
| const char * | file_name |
| int | interactive |
| char | line [ILL_namebufsize] |
| int | line_num |
| char * | p |
| char | realline [ILL_namebufsize] |
| char | sense_val |
| EGlpNum_t ILLread_lp_state::bound_val |
Definition at line 55 of file read_lp.h.
Referenced by ILLread_lp_state_init(), ILLread_lp_state_keyword(), ILLread_lp_state_next_constraint(), ILLread_lp_state_next_line(), ILLread_lp_state_print_at(), and ILLtest_lp_state_keyword().
| char ILLread_lp_state::field[ILL_namebufsize+1] |
Definition at line 53 of file read_lp.h.
Referenced by add_var(), del_row_or_col(), getCmd(), ILLread_lp_state_bad_keyword(), ILLread_lp_state_init(), ILLread_lp_state_next_line(), ILLtest_lp_state_keyword(), read_colname(), read_minmax(), and read_problem_name().
Definition at line 54 of file read_lp.h.
Referenced by ILLread_lp_state_bad_keyword(), ILLread_lp_state_init(), ILLread_lp_state_next_line(), ILLread_lp_state_prev_field(), ILLtest_lp_state_keyword(), read_minmax(), and read_problem_name().
Definition at line 44 of file read_lp.h.
Referenced by ILLread_lp_state_init(), ILLread_lp_state_next_line(), and lp_err().
| const char* ILLread_lp_state::file_name |
Definition at line 45 of file read_lp.h.
Referenced by ILLread_lp_state_init(), ILLread_lp_state_next_line(), and lp_err().
Definition at line 48 of file read_lp.h.
Referenced by ILLread_lp_state_init(), ILLread_lp_state_next_line(), and lp_err().
| char ILLread_lp_state::line[ILL_namebufsize] |
Definition at line 52 of file read_lp.h.
Referenced by ILLread_lp_state_init(), ILLread_lp_state_next_line(), ILLread_lp_state_prev_field(), and lp_err().
Definition at line 49 of file read_lp.h.
Referenced by ILLread_lp_state_init(), ILLread_lp_state_next_constraint(), ILLread_lp_state_next_line(), and lp_err().
| char* ILLread_lp_state::p |
Definition at line 46 of file read_lp.h.
Referenced by ILLread_lp_state_has_colon(), ILLread_lp_state_init(), ILLread_lp_state_next_line(), ILLread_lp_state_prev_field(), ILLread_lp_state_print_at(), ILLread_lp_state_skip_blanks(), ILLtest_lp_state_next_is(), and lp_err().
| char ILLread_lp_state::realline[ILL_namebufsize] |
Definition at line 51 of file read_lp.h.
Referenced by ILLread_lp_state_init(), ILLread_lp_state_next_line(), and lp_err().
Definition at line 56 of file read_lp.h.
Referenced by ILLread_one_constraint(), and ILLtest_lp_state_sense().
1.4.7