Difference between revisions of "LEMON"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:Software {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|liblemon}} |{{#vardefine:url|http://lemon.cs.elte.hu/trac/lemon}} <!--CONFIGURATION: OPTIONAL (|1}} me...")
 
m (Text replacement - "#uppercase" to "uc")
Line 27: Line 27:
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Revision as of 21:21, 6 December 2019

Description

liblemon website  

LEMON stands for Library for Efficient Modeling and Optimization in Networks. It is a C++ template library providing efficient implementations of common data structures and algorithms with focus on combinatorial optimization tasks connected mainly with graphs and networks.

Environment Modules

Run module spider liblemon to find out what environment modules are available for this application.

System Variables

  • HPC_LIBLEMON_DIR - installation directory