Changeset 877:141f9c0db4a3 in lemon-main for demo
- Timestamp:
- 03/06/10 15:35:12 (15 years ago)
- Branch:
- default
- Children:
- 879:38213abd2911, 931:f112c18bc304
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
demo/arg_parser_demo.cc
r842 r877 3 3 * This file is a part of LEMON, a generic C++ optimization library. 4 4 * 5 * Copyright (C) 2003-20 095 * Copyright (C) 2003-2010 6 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). … … 70 70 // about memory leaks. 71 71 ap.throwOnProblems(); 72 72 73 73 // Perform the parsing process 74 74 // (in case of any error it terminates the program)
Note: See TracChangeset
for help on using the changeset viewer.