Opened 16 years ago
Closed 16 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)
Change History (6)
comment:1 Changed 16 years ago by
Status: | new → assigned |
---|
Changed 16 years ago by
Attachment: | 001-glpk-cmake.patch added |
---|
comment:2 Changed 16 years ago by
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 16 years ago by
Resolution: | → done |
---|---|
Status: | assigned → closed |
ec817dfc2cb7