.. module:: ecyglpki .. testsetup:: * from ecyglpki import Problem Problem creating and modifying routines ======================================= .. automethod:: Problem.set_prob_name .. automethod:: Problem.set_obj_name .. automethod:: Problem.set_obj_dir .. automethod:: Problem.add_rows .. automethod:: Problem.add_named_rows .. automethod:: Problem.add_cols .. automethod:: Problem.add_named_cols .. automethod:: Problem.set_row_name .. automethod:: Problem.set_col_name .. automethod:: Problem.set_row_bnds .. automethod:: Problem.set_col_bnds .. automethod:: Problem.set_obj_coef .. automethod:: Problem.set_obj_const .. automethod:: Problem.set_mat_row .. automethod:: Problem.clear_mat_row .. automethod:: Problem.set_mat_col .. automethod:: Problem.clear_mat_col .. automethod:: Problem.load_matrix .. automethod:: Problem.clear_matrix .. automethod:: Problem.sort_matrix .. automethod:: Problem.del_rows .. automethod:: Problem.del_cols .. automethod:: Problem.copy_prob .. automethod:: Problem.erase_prob