Would it be possible to add quadratic programming as a new feature?
Most already-integrated solvers are capable of solving (SCIP, Gurobi, CPLEX, and CBC it seems as well)
It is being done, with the same API as the sos. Not sure if it is usable
for now.
Le ven. 19 juil. 2019 Ã 03:18, Roger Lloret-Batlle notifications@github.com
a écrit :
Would it be possible to add quadratic programming as a new feature?
Most already-integrated solvers are capable of solving (SCIP, Gurobi,
CPLEX, and CBC it seems as well)—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/google/or-tools/issues/1434?email_source=notifications&email_token=ACUPL3M6F2VIAVRZ2CAJEG3QAGIFVA5CNFSM4IFESAL2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HAHOTKQ,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ACUPL3LHYB6ZNSO3EL3N2PTQAGIFVANCNFSM4IFESALQ
.
Thank you. I could not find an open feature on this.
If you use the proto API (available in C++, Java, Python).
You can fill in a quadratic objective.
It can only be solved using SCIP or Gurobi.
Please note that the proto itself will most likely change in the next major release.
Will it work on CPLEX?
When will the next major version be released? (i.e. 8.0?)
Cplex, most likely not without user contributions.
With the next version (7.4), we will have quadratic support for SCIP and
Gurobi (I believe) using a proto 2 input. Because it is a proto2, C# will
not be supported.
With 8.0, I intend to replace the proto2 by a proto3, breaking
compatibility. But we have not yet started implementation, so do not hold
your breath.
Laurent Perron | Operations Research | [email protected] | (33) 1 42 68 53
00
Le lun. 9 sept. 2019 Ã 16:48, Roger Lloret-Batlle notifications@github.com
a écrit :
Will it work on CPLEX?
When will the next major version be released? (i.e. 8.0?)—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
https://github.com/google/or-tools/issues/1434?email_source=notifications&email_token=ACUPL3KHRTCDRTNTXCI5723QIZO3BA5CNFSM4IFESAL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6H3MWI#issuecomment-529512025,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ACUPL3MP3TOBIRAHJLR26H3QIZO3BANCNFSM4IFESALQ
.
Now that 8.0 has been released, and SCIP comes with the binary, can quadratic programming be considered?
It is available if you use the protobuf API for Gurobi and SCIP.
It is still proto2, so no .NET though.
Laurent Perron | Operations Research | [email protected] | (33) 1 42 68 53
00
Le lun. 19 oct. 2020 Ã 16:03, Roger Lloret-Batlle notifications@github.com
a écrit :
Now that 8.0 has been released, and SCIP comes with the binary, can
quadratic programming be considered?—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
https://github.com/google/or-tools/issues/1434#issuecomment-712179125,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ACUPL3J45WFGFKRQZ255RCTSLRBMLANCNFSM4IFESALQ
.
Most helpful comment
It is being done, with the same API as the sos. Not sure if it is usable
for now.
Le ven. 19 juil. 2019 Ã 03:18, Roger Lloret-Batlle notifications@github.com
a écrit :