Changes between Version 3 and Version 4 of CodingStyle
- Timestamp:
- 01/13/09 17:46:14 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodingStyle
v3 v4 119 119 Each LEMON header file should look like this: 120 120 121 Note, that the script [source:scripts/unify-sources.sh scripts/unify-sources.sh] will automatically put this header into your code (or will update it in case of subsequent calls). 122 121 123 {{{ 122 124 #!cpp … … 125 127 * This file is a part of LEMON, a generic C++ optimization library. 126 128 * 127 * Copyright (C) 2003-200 8129 * Copyright (C) 2003-2009 128 130 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 129 131 * (Egervary Research Group on Combinatorial Optimization, EGRES).