COIN-OR::LEMON - Graph Library

Opened 16 years ago

Closed 16 years ago

#142 closed defect (fixed)

Disable checks for ILP solvers

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

Description

Since the wrapper for ILP solvers won't be part of the 1.0 release the attached patch disables the checks for the solvers.

Attachments (1)

disable-ilp.patch (2.0 KB) - added by Akos Ladanyi 16 years ago.
362415050b29

Download all attachments as: .zip

Change History (4)

Changed 16 years ago by Akos Ladanyi

Attachment: disable-ilp.patch added

comment:1 in reply to:  description ; Changed 16 years ago by Alpar Juttner

Replying to ladanyi:

Since the wrapper for ILP solvers won't be part of the 1.0 release the attached patch disables the checks for the solvers.

Does it cause any problem if it is there?

comment:2 in reply to:  1 Changed 16 years ago by Akos Ladanyi

Replying to alpar:

Does it cause any problem if it is there?

If found we link the solver libraries to libemon.a. This means that if any of the solvers is found by configure, then its library will be linked to libemon.a. Until LEMON doesn't have the ILP wrappers this makes no sense.

comment:3 Changed 16 years ago by Akos Ladanyi

Resolution: fixed
Status: newclosed

The patch was committed as revision 362415050b29. Thanks.

Note: See TracTickets for help on using tickets.