pyDcop
pyDcop copied to clipboard
Library for research on Distributed Constraints Optimization Problems
The example given in the documentation, `graph coloring` does not work in the current released version of pyDcop because as given in the documentation, it treats the `type` constraint on...
After tweaking my issue with the version of PuLP (#37), I tried the test case again, and this time I get an error in `yamldcop.py`: ``` $ pydcop solve --algo...
When I try to run the test case per the documentation pydcop solve --algo dpop graph_coloring.yaml I get this error: ``` Traceback (most recent call last): File "/Users/rpg/.virtualenvs/pydcop/bin/dcop.py", line 54,...
when I try to resolve meeting schedule problem with PEAV and pop logo. it always ask to Len(agents) and Len(varibales) to be equal. in my case if one agent controls...
I'm generating a yaml file for my pyDCOP call from an external python file. As a part of this, I'm writing constraints to the file that call functions in the...
Please, I am new to DCOP and I am hoping to use this library to help me in my work on DCOP for multi-agent coordination. I want to find out...
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
we run the command **pydcop solve -a dsa -p stop_cycle:20 -m process mygraph5.yaml** for the graph coloring problem, the project appears the error as following: Traceback (most recent call last):...
Created a continuous domain class and updated the parsing of the DCOP yaml files. Continuous domains are created by [0 .. 10] to indicate a lower bound of '0' and...
Within the slice operation, of the NAryFunctionRelation class, the source file was not correctly transferred to the newly created relation.