FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.algorithms.ParserInterface< V extends Addable< V >, U extends Addable< U > > Interface Template Reference

Interface for a parser that produces a ProblemInterface. More...

Public Member Functions

ProblemInterface< V, U > parse ()

Detailed Description

Interface for a parser that produces a ProblemInterface.

Author
Thomas Leaute
Parameters
<V>the type of variable values
<U>the type of utility/cost values

Member Function Documentation

◆ parse()

ProblemInterface< V, U > frodo2.algorithms.ParserInterface< V extends Addable< V >, U extends Addable< U > >.parse ( )
Returns
the parsed problem instance

The documentation for this interface was generated from the following file: