Skip to content

Frequently Asked Questions

Gustavo Rosa edited this page Jan 16, 2020 · 5 revisions

If there are any problems or concerns, check if we have your solution here!

Q: Does OPFython works similar as LibOPF?

A: Of course! Our implementation is solely based on LibOPF. Therefore, every type of variable has the same value over both implementations, e.g., distances, arcs weights, metrics. One can easily move all the pipeline written in C to Python without having the burden of re-implementing anything.

Clone this wiki locally