Opened 16 years ago
Closed 16 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)
Change History (4)
comment:1 Changed 16 years ago by
Milestone: | → LEMON 1.1 release |
---|
Changed 16 years ago by
Attachment: | dimacs-solver-2878204c8443.patch added |
---|
comment:2 Changed 16 years ago by
Status: | new → assigned |
---|
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
These changes has gone to the main branch, see [28b154307c0d].
Note: See
TracTickets for help on using
tickets.
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.