This is the Linux app named LLXs Static Graph Template Library whose latest release can be downloaded as LSGTL1.0.6.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named LLXs Static Graph Template Library with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
LLXs Static Graph Template Library
Ad
DESCRIPTION
LSGTL means LLX’s Static Graph Template Library which is a light-weighted header-only template library developed mainly for static graph analysis. LSGTL is expected to be used in laboratories for research purposes mostly.Features
- LSGTL is object-oriented. It has been designed and programmed using generic programming and design patterns. Different parts are coupled by template mechanism. LSGTL is therefore very flexible, extensible and reusable.
- LSGTL distinguishes dense and sparse graphs. Different template classes have been developed to represent dense and sparse graphs respectively. When needed, one single algorithm also has two versions implemented respectively for dense and sparse graphs. LSGTL do does density-based optimization. In practice, you need to make your choices as to which one to use: dense or sparse. In this sense, LSGTL is expert software.
- LSGTL is designed to run fast while not caring much about the space, so it is not quite efficient in terms of space complexity, it just trades space for time when necessary.
- LSGTL is light-weighted, header-only, easy to learn and use. It would come in handy when you need to do some general graph analysis (not some complicated huge system project). And thanks to its simplicity, you can just extract the code you need from the library and embed (copy) it into your own sources. This is useful when you need to create independent, self-contained source files while not introducing the whole library.
- What’s more, LSGTL is open sourced both code and document. Consult the licenses regarding permissions and restrictions.
Audience
Science/Research, Education, Developers
Programming Language
C++
This is an application that can also be fetched from https://sourceforge.net/projects/lsgtl/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.