Dip
0.92.4
|
#include <sym_types.h>
Public Attributes | |
int | type |
int | bound_type |
int | coef_type |
int | sign_type |
char | is_sos_row |
char * | sos_rep |
double | fixed_obj_offset |
double | fixed_lhs_offset |
double | ub |
double | lb |
double | sr_ub |
double | sr_lb |
double | orig_ub |
double | orig_lb |
int | free_var_num |
int | ub_inf_var_num |
int | lb_inf_var_num |
int | size |
int | fixed_var_num |
int | fixable_var_num |
int | bin_var_num |
int | cont_var_num |
int | frac_coef_num |
int | row_coef_bin_cnt |
int | row_sign_pos_cnt |
char | is_redundant |
char | is_updated |
char | vars_checked |
Definition at line 677 of file sym_types.h.
int ROWINFO::type |
Definition at line 678 of file sym_types.h.
int ROWINFO::bound_type |
Definition at line 679 of file sym_types.h.
int ROWINFO::coef_type |
Definition at line 681 of file sym_types.h.
int ROWINFO::sign_type |
Definition at line 683 of file sym_types.h.
char ROWINFO::is_sos_row |
Definition at line 685 of file sym_types.h.
char* ROWINFO::sos_rep |
Definition at line 686 of file sym_types.h.
double ROWINFO::fixed_obj_offset |
Definition at line 691 of file sym_types.h.
double ROWINFO::fixed_lhs_offset |
Definition at line 692 of file sym_types.h.
double ROWINFO::ub |
Definition at line 694 of file sym_types.h.
double ROWINFO::lb |
Definition at line 695 of file sym_types.h.
double ROWINFO::sr_ub |
Definition at line 697 of file sym_types.h.
double ROWINFO::sr_lb |
Definition at line 698 of file sym_types.h.
double ROWINFO::orig_ub |
Definition at line 700 of file sym_types.h.
double ROWINFO::orig_lb |
Definition at line 701 of file sym_types.h.
int ROWINFO::free_var_num |
Definition at line 703 of file sym_types.h.
int ROWINFO::ub_inf_var_num |
Definition at line 705 of file sym_types.h.
int ROWINFO::lb_inf_var_num |
Definition at line 707 of file sym_types.h.
int ROWINFO::size |
Definition at line 709 of file sym_types.h.
int ROWINFO::fixed_var_num |
Definition at line 710 of file sym_types.h.
int ROWINFO::fixable_var_num |
Definition at line 711 of file sym_types.h.
int ROWINFO::bin_var_num |
Definition at line 712 of file sym_types.h.
int ROWINFO::cont_var_num |
Definition at line 713 of file sym_types.h.
int ROWINFO::frac_coef_num |
Definition at line 714 of file sym_types.h.
int ROWINFO::row_coef_bin_cnt |
Definition at line 715 of file sym_types.h.
int ROWINFO::row_sign_pos_cnt |
Definition at line 716 of file sym_types.h.
char ROWINFO::is_redundant |
Definition at line 718 of file sym_types.h.
char ROWINFO::is_updated |
Definition at line 719 of file sym_types.h.
char ROWINFO::vars_checked |
Definition at line 720 of file sym_types.h.