FIUP / Getting-Started

All about FIUP. This is the right place to find information and understand how to contribute in other repositories
GNU General Public License v3.0
6 stars 8 forks source link

GLOP algorithm clarification #16

Open Valentina964 opened 4 years ago

Valentina964 commented 4 years ago

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.

joemerlino commented 4 years ago

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 :)

Valentina964 commented 4 years ago

Grazie mille! Si hai ragione, avrei magari dovuto utilizzare StackOverflow! Grazie comunque!

Il giorno mer 6 mag 2020 alle 10:38 PM Giuseppe Merlino < notifications@github.com> ha scritto:

Ciao!

Se stai utilizzando GLOP di Google https://developers.google.com/optimization/lp/glop 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 :)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/FIUP/Getting-Started/issues/16#issuecomment-624877911, or unsubscribe https://github.com/notifications/unsubscribe-auth/APNHZ36J5BVNELD3T73DKXTRQHDDBANCNFSM4M2ODZAQ .

joemerlino commented 4 years ago

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 :)

Valentina964 commented 4 years ago

Grazie ancora! Davvero gentilissimo! :)

Il giorno mer 6 mag 2020 alle ore 23:09 Giuseppe Merlino < notifications@github.com> ha scritto:

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 :)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/FIUP/Getting-Started/issues/16#issuecomment-624892509, or unsubscribe https://github.com/notifications/unsubscribe-auth/APNHZ3YDLYFTBUOINOLLSQDRQHGYZANCNFSM4M2ODZAQ .