Alfredo Garcia

Results 141 comments of Alfredo Garcia
trafficstars

Replaced by https://github.com/ZcashFoundation/zebra/pull/5009

I think this is a good idea. One option is to add an argument `variant` to the `floyd_warshall()` function: ``` enum FloydWarshallVariant { ShortestPath, WidestPath, } ``` and do all...

I think you are right, let me see what i can do.

As a force pushed the last commit some comments are gone from this conversation. This can be found located in the old commit: https://github.com/zcash/zcash/commit/51023a4ea36f0e10e472bc80e485f637d6592970

Thanks for your clear direction and precision, it would have been impossible to do without it. In regards to the tuples, along the way i tried to have `INT_MAX` at...

Thanks @daira , makes sense. Ill see what i can do for this when i came back from a short vacation i am taking, ill be out for a week...

The C++ code looks good, i tried it as suggested in the example and transactions are wrote to the file as expected. Having some troubles with the i2p to fully...