|
Dip
0.92.4
|
#include <sym_types.h>

Public Attributes | |
| int | prob_type |
| int | cont_var_num |
| int | binary_var_num |
| int | binary_var_nz |
| int | fixed_var_num |
| int | integerizable_var_num |
| int | max_row_size |
| int | max_col_size |
| int | obj_size |
| char | is_opt_val_integral |
| double | sum_obj_offset |
| int | binary_sos_row_num |
| int | binary_row_num |
| int | cont_row_num |
| int | bin_cont_row_num |
| int | row_bin_den |
| int | col_bin_den |
| int | row_bin_den_mean |
| int | col_bin_den_mean |
| double | bin_var_ratio |
| double | cont_var_ratio |
| double | int_var_ratio |
| double | max_row_ratio |
| double | max_col_ratio |
| double | mat_density |
| double | row_density |
| double | col_density |
| double | sos_bin_row_ratio |
| double | bin_row_ratio |
| int | e_row_num |
| int | l_row_num |
| int | g_row_num |
| int | r_row_num |
| ROWinfo * | rows |
| COLinfo * | cols |
| int | c_alloc_size |
| int | c_alloc_num |
| int * | c_ind |
| double * | c_val |
| int * | c_beg |
| char * | c_sense |
| double * | c_rhs |
| int | c_num |
| int | c_nz |
| int * | c_tmp |
| int | prob_num |
Definition at line 728 of file sym_types.h.
| int MIPINFO::prob_type |
Definition at line 729 of file sym_types.h.
| int MIPINFO::cont_var_num |
Definition at line 730 of file sym_types.h.
| int MIPINFO::binary_var_num |
Definition at line 731 of file sym_types.h.
| int MIPINFO::binary_var_nz |
Definition at line 732 of file sym_types.h.
| int MIPINFO::fixed_var_num |
Definition at line 733 of file sym_types.h.
| int MIPINFO::integerizable_var_num |
Definition at line 734 of file sym_types.h.
| int MIPINFO::max_row_size |
Definition at line 735 of file sym_types.h.
| int MIPINFO::max_col_size |
Definition at line 736 of file sym_types.h.
| int MIPINFO::obj_size |
Definition at line 737 of file sym_types.h.
| char MIPINFO::is_opt_val_integral |
Definition at line 739 of file sym_types.h.
| double MIPINFO::sum_obj_offset |
Definition at line 743 of file sym_types.h.
| int MIPINFO::binary_sos_row_num |
Definition at line 745 of file sym_types.h.
| int MIPINFO::binary_row_num |
Definition at line 746 of file sym_types.h.
| int MIPINFO::cont_row_num |
Definition at line 747 of file sym_types.h.
| int MIPINFO::bin_cont_row_num |
Definition at line 748 of file sym_types.h.
| int MIPINFO::row_bin_den |
Definition at line 749 of file sym_types.h.
| int MIPINFO::col_bin_den |
Definition at line 750 of file sym_types.h.
| int MIPINFO::row_bin_den_mean |
Definition at line 751 of file sym_types.h.
| int MIPINFO::col_bin_den_mean |
Definition at line 753 of file sym_types.h.
| double MIPINFO::bin_var_ratio |
Definition at line 755 of file sym_types.h.
| double MIPINFO::cont_var_ratio |
Definition at line 756 of file sym_types.h.
| double MIPINFO::int_var_ratio |
Definition at line 757 of file sym_types.h.
| double MIPINFO::max_row_ratio |
Definition at line 758 of file sym_types.h.
| double MIPINFO::max_col_ratio |
Definition at line 759 of file sym_types.h.
| double MIPINFO::mat_density |
Definition at line 760 of file sym_types.h.
| double MIPINFO::row_density |
Definition at line 761 of file sym_types.h.
| double MIPINFO::col_density |
Definition at line 762 of file sym_types.h.
| double MIPINFO::sos_bin_row_ratio |
Definition at line 763 of file sym_types.h.
| double MIPINFO::bin_row_ratio |
Definition at line 764 of file sym_types.h.
| int MIPINFO::e_row_num |
Definition at line 766 of file sym_types.h.
| int MIPINFO::l_row_num |
Definition at line 767 of file sym_types.h.
| int MIPINFO::g_row_num |
Definition at line 768 of file sym_types.h.
| int MIPINFO::r_row_num |
Definition at line 769 of file sym_types.h.
| ROWinfo* MIPINFO::rows |
Definition at line 771 of file sym_types.h.
| COLinfo* MIPINFO::cols |
Definition at line 772 of file sym_types.h.
| int MIPINFO::c_alloc_size |
Definition at line 774 of file sym_types.h.
| int MIPINFO::c_alloc_num |
Definition at line 775 of file sym_types.h.
| int* MIPINFO::c_ind |
Definition at line 776 of file sym_types.h.
| double* MIPINFO::c_val |
Definition at line 777 of file sym_types.h.
| int* MIPINFO::c_beg |
Definition at line 778 of file sym_types.h.
| char* MIPINFO::c_sense |
Definition at line 779 of file sym_types.h.
| double* MIPINFO::c_rhs |
Definition at line 780 of file sym_types.h.
| int MIPINFO::c_num |
Definition at line 781 of file sym_types.h.
| int MIPINFO::c_nz |
Definition at line 782 of file sym_types.h.
| int* MIPINFO::c_tmp |
Definition at line 783 of file sym_types.h.
| int MIPINFO::prob_num |
Definition at line 784 of file sym_types.h.
1.8.5