algo.api
Interface Solution

All Superinterfaces:
java.lang.Comparable<Solution>
All Known Implementing Classes:
ProfileSolution

public interface Solution
extends java.lang.Comparable<Solution>


Method Summary
 Solution clone()
           
 double getBound()
           
 double getObjective()
           
 java.util.Enumeration<Solution> getSuccessors()
           
 boolean isComplete()
           
 boolean isFeasible()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

isFeasible

boolean isFeasible()

isComplete

boolean isComplete()

getObjective

double getObjective()

getBound

double getBound()

getSuccessors

java.util.Enumeration<Solution> getSuccessors()

clone

Solution clone()