Opened 16 years ago
Closed 16 years ago
#260 closed defect (fixed)
lp_test and mip_test seem to succeed despite CPLEX license problems
Reported by: | Akos Ladanyi | Owned by: | Alpar Juttner |
---|---|---|---|
Priority: | minor | Milestone: | LEMON 1.1 release |
Component: | core | Version: | hg main |
Keywords: | Cc: | ||
Revision id: | b53a9068e3e4 |
Description
lp_test and mip_test print a message and succeed in case CPLEX is enabled but the license file is not found. The problem is that in case using CMake the printed message is not visible, so it makes one think that the CPLEX LP/MIP interface was tested and found to be OK.
Attachments (1)
Change History (5)
comment:1 follow-up: 2 Changed 16 years ago by
comment:2 Changed 16 years ago by
Replying to deba:
It is possible to enforce the CPLEX checking if you define LEMON_FORCE_CPLEX_CHECK macro (for example, with -D compiler option).
Why is it a bad idea to do it by default?
comment:4 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Replying to ladanyi:
It is possible to enforce the CPLEX checking if you define LEMON_FORCE_CPLEX_CHECK macro (for example, with -D compiler option).