Version 19 (modified by 16 years ago) (diff) | ,
---|
Development
Development Guidelines
Source Code Repositories
This repository contains everything, both the main branch and the 1.0 release branch (and it will contain all further release branches). This is the repository you can browse from this web page. There is a pull-down menu for choosing a branch or a tagged revision (release 1.0 is tagged with
r1.0
).
This repository is equivalent with http://lemon.cs.elte.hu/hg/lemon#default, i.e. it contains only the main development branch. For a mainline development, it is probably the best to use this repository.
This is the repository of the 1.0 release branch, it is equivalent with http://lemon.cs.elte.hu/hg/lemon#1.0. You should use this if you want to fix a bug in LEMON 1.0.
This is the svn trunk repository for the 0.x series.
Useful Links
C++ Manuals
- The C++ Resources Network (www.cplusplus.com)
- GCC's Standard C++ Library Module Reference Manual (gcc.gnu.org)
- EFnet #C++
Documentation & Version Control
LP/IP Solvers
- ILOG CPLEX
- GLPK
- QSopt
- QOCA
- MINTO
- CLP - COIN-OR Linear Program Solver
- CBC - COIN-OR Branch and Cut solver
- LpSolve
- SoPlex
- Scip
Similar Projects, Products
- Boost C++ Libraries
- GTAD (Graph Toolkit for Algorithms and Drawings) (Inspired by Boost and highly compatible with it)
- LEDA
- Andrew Goldberg's Network Optimization Library
- PIGALE (Public Implementation of a Graph Algorithm Library and Editor)
- GOBLIN: A Graph Object Library for Network Programming Problems
- COIN-OR (Computational Infrasturcture for OR)
- Mascopt project
- igraph
- Graph Drawing Toolkit