Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/visualize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ end

Show a gallery of configurations on a graph.
"""
function show_configs(gp::ConstraintSatisfactionProblem, locs, configs::AbstractMatrix; kwargs...)
function show_configs(gp::Union{Coloring,DominatingSet,IndependentSet,Matching,MaxCut,MaximalIndependentSet,SpinGlass}, locs, configs::AbstractMatrix; kwargs...)
show_configs(gp.graph, locs, configs; num_flavors=num_flavors(gp), kwargs...)
end
function show_configs(graph::SimpleGraph, locs, configs::AbstractMatrix;
Expand Down