Package | Description |
---|---|
org.licas.ai_solver.model.result |
Classes for returning the problem solver result.
|
Modifier and Type | Field and Description |
---|---|
java.util.HashMap<java.lang.String,Cluster> |
ClusterResult.clusters
List of clusters representing a complete solution.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ClusterResult.addCluster(Cluster cluster)
Add a new cluster to the result.
|