comp.lang.ada
 help / color / mirror / Atom feed
* Standard Set types don't support a feature
@ 2017-10-29 16:15 Victor Porton
  2017-10-29 17:10 ` Dmitry A. Kazakov
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Victor Porton @ 2017-10-29 16:15 UTC (permalink / raw)


I want to represent a directed graph as a set of pairs (a,b) where a and b 
are vertices.

To efficiently find a transitive closure, I want to search for the first 
element (a,x) of the graph with a given starting vertex a.

It seems that standard containers do not support it (except of silly broken 
use of keys).

What would you suggest? Maybe should I use Bochs?

-- 
Victor Porton - http://portonvictor.org


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-11-17  0:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-29 16:15 Standard Set types don't support a feature Victor Porton
2017-10-29 17:10 ` Dmitry A. Kazakov
2017-10-29 17:35   ` Victor Porton
2017-10-29 18:27     ` Dmitry A. Kazakov
2017-11-12  1:50       ` Robert Eachus
2017-11-17  0:28     ` Randy Brukardt
2017-10-29 17:28 ` Victor Porton
2017-10-29 17:35 ` Simon Wright

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox