Ticket #467: lemon-fix-permissive.patch
File lemon-fix-permissive.patch, 385 bytes (added by , 11 years ago) |
---|
-
lemon/lemon/
old new 2277 2277 /// 2278 2278 /// Creates an undirected graph from the given digraph. 2279 2279 Undirector(DGR& digraph) { 2280 initialize(digraph);2280 this->initialize(digraph); 2281 2281 } 2282 2282 2283 2283 /// \brief Arc map combined from two original arc maps