TOTEM Project
TOolbox for Traffic Engineering Methods
SAMCRA (Self-Adaptive Multiple Constraints Routing Algorithm)
SAMCRA is an algorithm designed and written by Fernando Antonio Kuipers and integrated in the TOTEM toolbox by Eguzki Astiz Lezaun (both from TUDelft).You can find much more information about SAMCRA here.
Features
- Primary LSP computation: exact multi-constrained shortest path algorithm.
- JNI interface: provided for TOTEM integration.
Code download
| Release | Comments | Date |
|---|---|---|
| SAMCRA.tar.gz | Integrated in toolbox release 2.0. | 27th January 2006 |
The source code is contained in the src directory. Procedure for compilation:
- Check that machine dependent flags are correct:
FLAGS_P4,FLAGS,CC,JNI_INCLUDE_PATH,INCLUDE_PATHandLDflags. - Execute:
make clean(it cleans objects and creates directory structure). - Execute:
make all.