-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GLOP algorithm clarification #16
Comments
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 :) |
Grazie mille! Si hai ragione, avrei magari dovuto utilizzare StackOverflow!
Grazie comunque!
Il giorno mer 6 mag 2020 alle 10:38 PM Giuseppe Merlino <
[email protected]> 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
<#16 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APNHZ36J5BVNELD3T73DKXTRQHDDBANCNFSM4M2ODZAQ>
.
|
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 :) |
Grazie ancora! Davvero gentilissimo! :)
Il giorno mer 6 mag 2020 alle ore 23:09 Giuseppe Merlino <
[email protected]> 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
<#16 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APNHZ3YDLYFTBUOINOLLSQDRQHGYZANCNFSM4M2ODZAQ>
.
|
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.
The text was updated successfully, but these errors were encountered: