COIN-OR::LEMON - Graph Library

Opened 15 years ago

Closed 15 years ago

#226 closed enhancement (fixed)

DIMACS file solver

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

Description

As many people would test LEMON on DIMACS files on the first place, it would be nice to ship a small command line tool which could do this out-of-box.

It should simply read a DIMACS file, run the corresponding algorithm and (optionally) write the output into a file. It would also be nice if it reported the running time and the value/cost of the found solution.

See also #227.

Attachments (1)

dimacs-solver-2878204c8443.patch (7.6 KB) - added by Alpar Juttner 15 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 Changed 15 years ago by Alpar Juttner

Milestone: LEMON 1.1 release

Changed 15 years ago by Alpar Juttner

comment:2 Changed 15 years ago by Alpar Juttner

Status: newassigned

The changeset [2878204c8443] provides a basic implementation of a DIMACS solver. Is should be applied on the top of [4ccb5d61e2af], which can be found at ticket #231.

comment:3 Changed 15 years ago by Alpar Juttner

Resolution: fixed
Status: assignedclosed

These changes has gone to the main branch, see [28b154307c0d].

Note: See TracTickets for help on using tickets.