Daniel Gilkarov
Daniel Gilkarov
The PR was created back in january 2023 and it seems to have stagnated, is there anything to do to progress its integration? I'm very determined to make it work...
Hi Dan, thanks for the reply I tried looking at the generated docs as you mentioned but it says "the logs for this run have expired and are no longer...
Hi! I merged the main branch of networkx into out PR changed the function with double underscore to single underscore and deleted the redundant files as you mentioned in the...
Hey @dschult! I've added the changes you suggested regrading forcing the keyword arguments to be keyword only. I've also reformatted the doc_strings to be more like the other doc_strings present...
> Hey @dschult! I've added the changes you suggested regrading forcing the keyword arguments to be keyword only. I've also reformatted the doc_strings to be more like the other doc_strings...
> I took the liberty of pushing a commit with some changes (so you will need to pull that from your fork to your local machine before making more changes):...
Hi @dschult, I addressed all the points you mentioned, please take a look!
Hi @dschult @MridulS A while back we created an interactive site for inputting graph representations and running the algorithms we implemented and getting the output as a plot with the...
Hi @dschult, thanks for replying! @erelsgl, do you want me to do this separation?
> @danigil yes @erelsgl It's done. I've output the envy-free matching code to `algorithms/bipartite/envy_free_matching.py` and `algorithms/bipartite/tests/test_envy_free_matching.py`