__contains__(self, tuple) | MCI_solutions | |
__copy__(self) | MCI_solutions | |
__getitem__(self, index) | MCI_solutions | |
__init__(self) | MCI_solutions | |
__len__(self) | MCI_solutions | |
add_known_solutions(self, solutions) | MCI_solutions | |
append_solution_tuple(self, tuple, magic=True) | MCI_solutions | |
compare_against_solution_set(self, other) | MCI_solutions | |
compute_and_store_false_positive_counts(self, afile) | MCI_solutions | |
compute_and_store_solution_scores(self) | MCI_solutions | |
does_contacts_to_counts_map_has_the_contact(self, contact) | MCI_solutions | |
fill_contacts_to_counts_map(self) | MCI_solutions | |
fill_up_protein_to_neighbors_in_union_of_solutions_map(self) | MCI_solutions | |
get_consensus_contacts(self) | MCI_solutions | |
get_consensus_solutions(self) | MCI_solutions | |
get_contact_score(self, p1, p2) | MCI_solutions | |
get_contacts_to_counts_map(self) | MCI_solutions | |
get_cost_and_runtime_pair_for_a_solution(self, soln) | MCI_solutions | |
get_cost_components_average(self) | MCI_solutions | |
get_count_for_the_contact_from_the_map(self, contact) | MCI_solutions | |
get_length_of_contacts_to_counts_map(self) | MCI_solutions | |
get_protein_to_neighbors_in_union_of_solutions_map(self) | MCI_solutions | |
get_set_of_solutions(self) | MCI_solutions | |
get_solution_score(self, solution) | MCI_solutions | |
get_top_scoring_consensus_contacts(self) | MCI_solutions | |
get_top_scoring_contacts(self) | MCI_solutions | |
get_union_of_contacts(self) | MCI_solutions | |
load_dict_of_solutions_from_file(self, in_filename=None) | MCI_solutions | |
pretty_print_solutions(self, in_filename='Unnamed instance', out_filename=None, G=None, algorithm=None, verbose=0) | MCI_solutions | |
store_solutions_to_file_as_dict(self, out_filename=None) | MCI_solutions | |