Uses of Class
nl.liacs.subdisc.Candidate

Packages that use Candidate
nl.liacs.subdisc   
 

Uses of Candidate in nl.liacs.subdisc
 

Methods in nl.liacs.subdisc that return Candidate
 Candidate CandidateQueue.removeFirst()
          Retrieves first Candidate from this CandidateQueue, and moves to next level if required.
 

Methods in nl.liacs.subdisc with parameters of type Candidate
 boolean CandidateQueue.add(Candidate theCandidate)
          Adds a Candidate to this CandidateQueue.
 int Candidate.compareTo(Candidate theCandidate)
           
 

Constructors in nl.liacs.subdisc with parameters of type Candidate
CandidateQueue(SearchParameters theSearchParameters, Candidate theRootCandidate)