org.jgrapht.experimental.alg.ExactAlgorithm Maven / Gradle / Ivy
Go to download
JGraphT is a free Java graph library
that provides mathematical graph-theory objects and algorithms
The newest version!
package org.jgrapht.experimental.alg;
import java.util.*;
public interface ExactAlgorithm
{
//~ Methods ----------------------------------------------------------------
ResultType getResult(Map optionalData);
}
// End ExactAlgorithm.java