fbacchus / MaxHS

MaxHS: a hybrid Maxsat solver developed by Jessica Davies and Fahiem Bacchus
Other
24 stars 7 forks source link

Unable to get CPLEX #1

Closed akhildixit closed 6 years ago

akhildixit commented 6 years ago

The link for cplex in the description does not work. A google search also doesn't find the right cplex libraries. Can you give some pointers regarding this?

fbacchus commented 6 years ago

CPLEX is available to academics and those in educational institutions. googleing "IBM academic initiative" yields https://developer.ibm.com/academic/accessresources/#onthehub From which you can follow the instructions to get access, and then download "ILOG/CPLEX"

Unfortunately IBM keeps on reorganizing their website, but with persistence you should be able to find and download CPLEX (but you might have to register to obtain academic access).

Fahiem

On Thu, Feb 8, 2018 at 6:22 AM, Akhil Dixit notifications@github.com wrote:

The link for cplex in the description does not work. A google search also doesn't find the right cplex libraries. Can you give some pointers regarding this?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/fbacchus/MaxHS/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AEsbo1r7Tjo64F_QDz59-NjSIl8-6effks5tStcTgaJpZM4R-Llr .

-- Fahiem Bacchus Professor of Computer Science University of Toronto

akhildixit commented 6 years ago

Thanks for a quick response Fahiem. Looks like just the cplex static library files are not available on the internet or are extremely hard to find. I installed the whole ILOG/CPLEX Optimization Studio IDE, extracted the necessary files from the installation, and MaxHS worked perfectly.

fbacchus commented 6 years ago

Great glad to hear it!

On Thu, Feb 8, 2018 at 7:32 PM, Akhil Dixit notifications@github.com wrote:

Thanks for a quick response Fahiem. Looks like just the cplex static library files are not available on the internet or are extremely hard to find. I installed the whole ILOG/CPLEX Optimization Studio IDE, extracted the necessary files from the installation, and MaxHS worked perfectly.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/fbacchus/MaxHS/issues/1#issuecomment-364296261, or mute the thread https://github.com/notifications/unsubscribe-auth/AEsbo9fCLJ5hVcaYLSERTmovXoTBKN92ks5tS5I6gaJpZM4R-Llr .

-- Fahiem Bacchus Professor of Computer Science University of Toronto