COIN-OR::LEMON - Graph Library

Custom Query (545 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (76 - 78 of 545)

Ticket Resolution Summary Owner Reporter
#92 fixed Invalid constraints in LP Alpar Juttner Balazs Dezso
Description

The following type of constraints are valid in the Lp system:

LpExpr(e) >= double(l) <= double(u),[[BR]]

and the meaning of it is

double(l) <= LpExpr(e) <= double(u).[[BR]]

The solution is easy, if an expr is on the left side of comparison, then the other bound must be also set to +/- Inf, it must not let NaN.

#93 fixed Support for undirected .lgf graphs Balazs Dezso Alpar Juttner
Description

This is a follow-up of ticket:35.

#95 fixed Wrong setting of named template parameters in dfs and bfs Balazs Dezso Balazs Dezso
Description

The bfs and dfs processedMap() and reachedMap() functions set wrong member variable.

Note: See TracQuery for help on using queries.