.. module:: ecyglpki .. testsetup:: * from ecyglpki import Problem Problem retrieving routines =========================== .. automethod:: Problem.get_prob_name .. automethod:: Problem.get_obj_name .. automethod:: Problem.get_obj_dir .. automethod:: Problem.get_num_rows .. automethod:: Problem.get_num_cols .. automethod:: Problem.get_row_name .. automethod:: Problem.get_row_name_if .. automethod:: Problem.get_col_name .. automethod:: Problem.get_col_name_if .. automethod:: Problem.get_row_or_col_name .. automethod:: Problem.get_row_or_col_name_if .. automethod:: Problem.get_row_type .. automethod:: Problem.get_row_lb .. automethod:: Problem.get_row_ub .. automethod:: Problem.get_col_type .. automethod:: Problem.get_col_lb .. automethod:: Problem.get_row_ub .. automethod:: Problem.get_obj_coef .. automethod:: Problem.get_obj_const .. automethod:: Problem.get_num_nz .. automethod:: Problem.get_mat_row .. automethod:: Problem.get_mat_col