COIN-OR::LEMON - Graph Library

Opened 15 years ago

Closed 15 years ago

#256 closed enhancement (done)

Support all LP/MIP solvers in the CMAKE config

Reported by: Alpar Juttner Owned by: Akos Ladanyi
Priority: major Milestone: LEMON 1.1 release
Component: build system Version: hg main
Keywords: Cc:
Revision id:

Description

Up to now, only GLPK is supported.

Attachments (3)

001-glpk-cmake.patch (1.8 KB) - added by Akos Ladanyi 15 years ago.
ec817dfc2cb7
002-cplex-cmake.patch (3.7 KB) - added by Akos Ladanyi 15 years ago.
c3ce597c11ae
003-coin-cmake.patch (4.0 KB) - added by Akos Ladanyi 15 years ago.
b536eaacb39b

Download all attachments as: .zip

Change History (6)

comment:1 Changed 15 years ago by Akos Ladanyi

Status: newassigned

Changed 15 years ago by Akos Ladanyi

Attachment: 001-glpk-cmake.patch added

Changed 15 years ago by Akos Ladanyi

Attachment: 002-cplex-cmake.patch added

Changed 15 years ago by Akos Ladanyi

Attachment: 003-coin-cmake.patch added

comment:2 Changed 15 years ago by Akos Ladanyi

Notes on testing with Cbc/Clp?: You can compile Cbc/Clp? with the provided autotools build system with msvc if you pass the --enable-doscompile=msvc flag to configure. This will use the multithreded runtime library. Unfortunately this is not the default for CMake so it will try to use another version of the runtime libraries. One way to solve this is to change the runtime library manually in each project in Visual Studio (Configuration Properties -> C/C++ -> Code Generation -> Runtime Library).

comment:3 Changed 15 years ago by Alpar Juttner

Resolution: done
Status: assignedclosed
Note: See TracTickets for help on using tickets.