comp.lang.ada
 help / color / mirror / Atom feed
From: Victor Porton <porton@narod.ru>
Subject: Re: Standard Set types don't support a feature
Date: Sun, 29 Oct 2017 19:28:30 +0200
Date: 2017-10-29T19:28:30+02:00	[thread overview]
Message-ID: <ot5346$vje$1@gioia.aioe.org> (raw)
In-Reply-To: ot4ur3$oa4$1@gioia.aioe.org

Victor Porton wrote:

> 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?

I mistook, it IS implemented in standard containers.

See subprograms Floor and Ceiling in Containers.Ordered_Sets

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

  parent reply	other threads:[~2017-10-29 17:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2017-10-29 17:35 ` Simon Wright
replies disabled

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