java.lang.Object
org.maxicp.cp.examples.raw.MaxIndependentSet
Max Independent Set Problem of a graph:
Given a graph, find the largest set of vertices such that no two vertices in the set are adjacent.
This problem is modeled with a set variable
- Author:
- Amaury Guicchard and Pierre Schaus
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic org.maxicp.cp.examples.raw.MaxIndependentSet.InstancereadInstance(String path)
-
Constructor Details
-
MaxIndependentSet
public MaxIndependentSet()
-
-
Method Details
-
main
-
readInstance
public static org.maxicp.cp.examples.raw.MaxIndependentSet.Instance readInstance(String path) throws IOException - Throws:
IOException
-