
26 Jul
2005
26 Jul
'05
2:46 p.m.
In message <dc5f2b$ub0$1@sea.gmane.org>, Jeff Flinn <TriumphSprint2000@hotmail.com> writes
"Rob Stewart" <stewart@sig.com> wrote in message news:200507251959.j6PJx7Qe022151@weezy.balstatdev.susq.com...
...
The Defining operations would include:
conceptual_set s0(5); conceptual_set s1(4,5,6); conceptual_set s2(3,4,5);
conceptual_set s3 = intersection( s1, s2 ); // {4,5} conceptual_set s4 = union( s1, s2 ); // {3,4,5,6}
A constructor using a braced element sequence as part of the syntax - as per array initialization - would a great resonance with the mathematical notation of the above comments. -- Alec Ross