Version 28 (modified by 15 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 to 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.
These are the release branches, they are equivalent to http://lemon.cs.elte.hu/hg/lemon#1.0 etc. You should use them if you want to fix a bug in a released version of LEMON.
This is the svn trunk repository for the 0.x series.
Projects Based on LEMON
This is a template repository for any project using or extending LEMON. For more information see this page.
A collection of unofficial contribution projects for LEMON.
Useful Links
C++ Manuals
- The C++ Resources Network (www.cplusplus.com)
- C++ Reference (www.cppreference.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