All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy