COIN-OR::LEMON - Graph Library

Opened 16 years ago

Closed 15 years ago

#27 closed task (fixed)

Think over how the demo codes should look like

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

Description

Some basic principles:

  • The demos should be simple and easy to understand.
  • They should read the graphs from a file instead of creating them by hand. (Except the one which demonstrates how to build and modify a graph.)
  • We should provide a limited number of general input files instead of a lot of demo specific ones.
  • The command line syntax should be uniform, we should use ArgParser everywhere.

Change History (7)

comment:1 Changed 16 years ago by Alpar Juttner

Owner: changed from Alpar Juttner to Peter Kovacs

comment:2 Changed 16 years ago by Peter Kovacs

Status: newassigned

comment:3 Changed 16 years ago by Alpar Juttner

Version: hg main

comment:4 Changed 16 years ago by Peter Kovacs

#81 have been postponed. Shouldn't we postpone or close this ticket, too?

comment:5 in reply to:  4 Changed 16 years ago by Alpar Juttner

Milestone: LEMON 1.0 releasePost 1.0

Replying to kpeter:

#81 have been postponed. Shouldn't we postpone or close this ticket, too?

Yes, we should.

comment:6 Changed 15 years ago by Peter Kovacs

These guidelines will be relevant for the demo files that will be involved in the tutorial, and even more for the more complex ones that will be put in the repo.

Should we close this ticket then? Or should we keep it until we port some complex examples to the repo?

comment:7 Changed 15 years ago by Alpar Juttner

Resolution: fixed
Status: assignedclosed

Now, it is quite clear that the majority of the demos will go to the tutorial instead. Some kind of hello_lemon.cc would still be nice in the main repo, but it isn't urgent at all.

Note: See TracTickets for help on using tickets.