FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
SolutionCounter.java File Reference
import java.io.IOException;
import java.lang.reflect.Array;
import java.util.ArrayList;
import java.util.HashMap;
import org.jdom2.Document;
import org.jdom2.JDOMException;
import frodo2.algorithms.AgentFactory;
import frodo2.algorithms.StatsReporter;
import frodo2.algorithms.XCSPparser;
import frodo2.solutionSpaces.Addable;
import frodo2.solutionSpaces.AddableInteger;
import frodo2.solutionSpaces.DCOPProblemInterface;
Include dependency graph for SolutionCounter.java:

Classes

class  frodo2.algorithms.dpop.count.SolutionCounter< V extends Addable< V >, U extends Addable< U > >
 Counts the number of optimal solutions in a DCOP. More...

Packages

package  frodo2.algorithms.dpop.count
 A utility to count the number of optimal solutions in a DCOP.