ivanpuhachov / line-drawing-vectorization-polyvector-flow

Code for "Keypoint-Driven Line Drawing Vectorization via PolyVector Flow"
32 stars 8 forks source link

One question about Gurobi #8

Open Endauvor opened 2 months ago

Endauvor commented 2 months ago

Thank you very much for your previous answer. I also wanted to ask -- is it possible to replace Gurobi with something else and if it's possible, where should I edit the code? I am interested in vectorization part mostly. (I can't use Gurobi by geographic reasons and nothing helps).

ivanpuhachov commented 2 months ago

Hi! I believe there is only on solve method with gurobi that is important - src/GurobiLSLinIneqSolver.cpp https://github.com/ivanpuhachov/line-drawing-vectorization-polyvector-flow/blob/c7c7bafbff29657d16c8503e00be9c9604fac44e/src/GurobiLSLinIneqSolver.h#L26