nushio3 / Paraiso

a Parallel Integration Scheme Organizer for partial differential equations solvers
http://www.paraiso-lang.org/wiki/
BSD 3-Clause "New" or "Revised" License
49 stars 8 forks source link

Make graph edge ordered #2

Closed nushio3 closed 13 years ago

nushio3 commented 13 years ago

At the moment, graph edges are unordered. This causes problem for operations where the order matters. At the moment, a workaround is implemented but it'll be futile in the future.

Use FGL edge label to make it oredered.