ortools.algorithms.python.set_cover
add_empty_subset(self: ortools.algorithms.python.set_cover.SetCoverModel, cost: float) -> None
add_element_to_last_subset(self: ortools.algorithms.python.set_cover.SetCoverModel, element: int) -> None
set_subset_cost(self: ortools.algorithms.python.set_cover.SetCoverModel, subset: int, cost: float) -> None
add_element_to_subset(self: ortools.algorithms.python.set_cover.SetCoverModel, subset: int, cost: int) -> None
compute_feasibility(self: ortools.algorithms.python.set_cover.SetCoverModel) -> bool
reserve_num_subsets(self: ortools.algorithms.python.set_cover.SetCoverModel, num_subsets: int) -> None
reserve_num_elements_in_subset(self: ortools.algorithms.python.set_cover.SetCoverModel, num_elements: int, subset: int) -> None
export_model_as_proto(self: ortools.algorithms.python.set_cover.SetCoverModel) -> operations_research::SetCoverProto
import_model_from_proto(self: ortools.algorithms.python.set_cover.SetCoverModel, arg0: operations_research::SetCoverProto) -> None
__init__(self: ortools.algorithms.python.set_cover.SetCoverInvariant, arg0: ortools.algorithms.python.set_cover.SetCoverModel) -> None
initialize(self: ortools.algorithms.python.set_cover.SetCoverInvariant) -> None
recompute_invariant(self: ortools.algorithms.python.set_cover.SetCoverInvariant) -> None
num_uncovered_elements(self: ortools.algorithms.python.set_cover.SetCoverInvariant) -> int
clear_trace(self: ortools.algorithms.python.set_cover.SetCoverInvariant) -> None
clear_removability_information(self: ortools.algorithms.python.set_cover.SetCoverInvariant) -> None
compress_trace(self: ortools.algorithms.python.set_cover.SetCoverInvariant) -> None
check_consistency(self: ortools.algorithms.python.set_cover.SetCoverInvariant) -> bool
flip(self: ortools.algorithms.python.set_cover.SetCoverInvariant, subset: int) -> None
flip_and_fully_update(self: ortools.algorithms.python.set_cover.SetCoverInvariant, subset: int) -> None
select(self: ortools.algorithms.python.set_cover.SetCoverInvariant, subset: int) -> None
select_and_fully_update(self: ortools.algorithms.python.set_cover.SetCoverInvariant, subset: int) -> None
deselect(self: ortools.algorithms.python.set_cover.SetCoverInvariant, subset: int) -> None
deselect_and_fully_update(self: ortools.algorithms.python.set_cover.SetCoverInvariant, subset: int) -> None
export_solution_as_proto(self: ortools.algorithms.python.set_cover.SetCoverInvariant) -> operations_research::SetCoverSolutionResponse
import_solution_from_proto(self: ortools.algorithms.python.set_cover.SetCoverInvariant, arg0: operations_research::SetCoverSolutionResponse) -> None
__init__(self: ortools.algorithms.python.set_cover.Preprocessor, arg0: ortools.algorithms.python.set_cover.SetCoverInvariant) -> None
next_solution(self: ortools.algorithms.python.set_cover.Preprocessor) -> bool
num_columns_fixed_by_singleton_row(self: ortools.algorithms.python.set_cover.Preprocessor) -> int
__init__(self: ortools.algorithms.python.set_cover.TrivialSolutionGenerator, arg0: ortools.algorithms.python.set_cover.SetCoverInvariant) -> None
next_solution(self: ortools.algorithms.python.set_cover.TrivialSolutionGenerator) -> bool
__init__(self: ortools.algorithms.python.set_cover.RandomSolutionGenerator, arg0: ortools.algorithms.python.set_cover.SetCoverInvariant) -> None
next_solution(self: ortools.algorithms.python.set_cover.RandomSolutionGenerator) -> bool
__init__(self: ortools.algorithms.python.set_cover.GreedySolutionGenerator, arg0: ortools.algorithms.python.set_cover.SetCoverInvariant) -> None
next_solution(self: ortools.algorithms.python.set_cover.GreedySolutionGenerator) -> bool
__init__(self: ortools.algorithms.python.set_cover.ElementDegreeSolutionGenerator, arg0: ortools.algorithms.python.set_cover.SetCoverInvariant) -> None
next_solution(self: ortools.algorithms.python.set_cover.ElementDegreeSolutionGenerator) -> bool
__init__(self: ortools.algorithms.python.set_cover.SteepestSearch, arg0: ortools.algorithms.python.set_cover.SetCoverInvariant) -> None
next_solution(self: ortools.algorithms.python.set_cover.SteepestSearch, arg0: int) -> bool
__init__(self: ortools.algorithms.python.set_cover.GuidedLocalSearch, arg0: ortools.algorithms.python.set_cover.SetCoverInvariant) -> None
initialize(self: ortools.algorithms.python.set_cover.GuidedLocalSearch) -> None
next_solution(self: ortools.algorithms.python.set_cover.GuidedLocalSearch, arg0: int) -> bool
read_beasly_set_cover_problem(arg0: str) -> ortools.algorithms.python.set_cover.SetCoverModel
read_rail_set_cover_problem(arg0: str) -> ortools.algorithms.python.set_cover.SetCoverModel