FIUP/Getting-Started

GLOP algorithm clarification

Valentina964 opened this issue · 4 comments

Hi everyone! I've just started to use GLOP in python and I've a question because I can't find the answer trough the help command or on the net. Does GLOP by default implemet the simplex method or any other algorithms like the interior-point method? Thanks in advice for the help.

Ciao!

Se stai utilizzando GLOP di Google sembrerebbe si implementi il simplex method leggendo la descrizione che viene data.

Aprire una issue GitHub in una repository che non ha a che fare con il tool non è il modo migliore per trovare risposte al tuo dubbio, ti consiglio piuttosto di utilizzare stack overflow e/o stack exchange per queste richieste :)

Figurati! Ho fatto qualche ricerca in più ed ho trovato la repository del tool:

https://github.com/google/or-tools/tree/stable/ortools/glop

Qui puoi trovare il codice sorgente che viene utilizzato da glop :)