FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.controller.DistributedSolverDemo Class Reference

A demo for the distributed solver. More...

Static Public Member Functions

static void main (String[] args) throws InterruptedException
 This should be launched instead of the Controller (which is created and launched internally by the DistributedSolver).

Detailed Description

A demo for the distributed solver.

Author
Thomas Leaute

Member Function Documentation

◆ main()

void frodo2.controller.DistributedSolverDemo.main ( String[] args) throws InterruptedException
static

This should be launched instead of the Controller (which is created and launched internally by the DistributedSolver).

Parameters
argsthe XCSP problem file
Exceptions
InterruptedExceptionthrown if the call to sleep() is interrupted

References frodo2.controller.userIO.DistributedSolver< V extends Addable< V >, U extends Addable< U >, S extends Solution< V, U >.solve().

Here is the call graph for this function:

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