FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
Package frodo2.solutionSpaces

This package contains interfaces for various representations of solution spaces. More...

Packages

package  crypto
package  hypercube
 Classes implementing hypercubes, which are explicit table spaces.
package  JaCoP
 Package handling the interface with the JaCoP solver.
package  tests
 All solution spaces tests.
package  vehiclerouting

Classes

interface  Addable
 Defines the methods add() and also multiply(). More...
class  AddableBigDecimal
 An arbitrary-precision real number that implements Addable. More...
class  AddableConflicts
interface  AddableDelayed
class  AddableInteger
interface  AddableLimited
 A limited Addable that only declares a very small subset of the operations supported by an Addable. More...
class  AddableReal
 Class representing a real number. More...
interface  BasicUtilitySolutionSpace
 This interface defines common functionalities in all utility solution spaces. More...
interface  DCOPProblemInterface
 The subproblem to be solved by a given agent. More...
interface  MASProblemInterface
interface  ProblemInterface
 A general problem. More...
interface  SolutionSpace
 This interface defines common functionalities in all solution spaces. More...
interface  UtilitySolutionSpace
 This interface defines common functionalities in utility solution spaces in which the utilities are Addable. More...
interface  UtilitySolutionSpaceLimited
 A UtilitySolutionSpace whose utilities implement AddableLimited. More...

Detailed Description

This package contains interfaces for various representations of solution spaces.