import java.util.Collection; public interface Vertegenwoordigers { Collection optimaleSelectie(BitGraph graph); }