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...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:Software]]
+
[[Category:Software]][[Category:Library]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|liblemon}}
 
|{{#vardefine:app|liblemon}}
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==

Latest revision as of 15:41, 6 June 2022

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