Hi folks, What constitutes an undirected graph? In graph_theory_review.html, it says: "In an undirected graph ... (u,v) and (v,u) are two ways of writing the...
hankel_o_fung@...
Feb 1, 2001 12:05 pm
8582
... The challenge is to produce a pretty-good-expect that is easily portable, no dependencies on anything except the standard library, small (a few hundred...
Beman Dawes
bdawes@...
Feb 1, 2001 3:11 pm
8583
One addition I'd like to see to the regression testing is a separate detailed status page for each of the larger libraries, and especially for the libraries...
Jeremy Siek
jsiek@...
Feb 1, 2001 3:56 pm
8584
Hi Hankel, On Thu, 1 Feb 2001 hankel_o_fung@... wrote: hankel> hankel> However, the meanings of e1==e2, source(e,g) and target(e,g) are hankel> ambiguous...
Jeremy Siek
jsiek@...
Feb 1, 2001 5:55 pm
8585
... perhaps ... AFAIK, you have the tools now to do that. Go ahead and try, and let us know if you run into problems. --Beman...
Beman Dawes
bdawes@...
Feb 1, 2001 6:13 pm
8586
Paul Selormey wrote:. ... Without looking at code nor documentation, it seems that you want to use std::mem_fun and std::bind1st to achieve "callback with...
Jens Maurer
Jens.Maurer@...
Feb 1, 2001 6:38 pm
8587
I'm guessing, but perhaps you are looking for some kind of guarantee like the following for undirected graphs: for (tie(ui, ui_end) = out_edges(u, g); ui !=...
Jeremy Siek
jsiek@...
Feb 1, 2001 7:55 pm
8588
Hello! Since a few have already asked in this forum a while back, I've put together a page with portability hints for Microsoft Visual C++, similar to the page...
Jens Maurer
Jens.Maurer@...
Feb 1, 2001 10:48 pm
8589
... Be sure to recompile whole python from scratch to ensure the match of compiler version/patch for debug. Petr Kocmid pkocmid@......
Petr Kocmid
pkocmid@...
Feb 1, 2001 11:10 pm
8590
Rodger Wilson
rodger.wilson@...
Feb 1, 2001 11:47 pm
8591
I'm new to this group and have scanned the archives and the net in general for more info but haven't come up with anything, so... I'm wondering whether anyone...
mishkin@...
Feb 2, 2001 1:10 am
8592
... Done. Your English is as good, or better, than mine. ... Done. ... Added the C lib not in namespace std issue and workaround. Thanks, --Beman...
Beman Dawes
bdawes@...
Feb 2, 2001 2:03 am
8593
... Jens Maurer has recently contributed a status page for several compilers under Solaris. See ...
Beman Dawes
bdawes@...
Feb 2, 2001 2:16 am
8594
Hi Nat, On Fri, 2 Feb 2001 mishkin@... wrote: mishki> mishki> I'm wondering whether anyone has made any additional progress with mishki> the new Sun...
Jeremy Siek
jsiek@...
Feb 2, 2001 2:28 am
8595
... Yes, that's what I mean. Sorry for not writing concisely. ... So, what is the current status? Is the above property of out_edges already a requirement...
hankel_o_fung@...
Feb 2, 2001 2:39 am
8596
On Fri, 2 Feb 2001 hankel_o_fung@... wrote: hankel> --- In boost@y..., Jeremy Siek <jsiek@l...> wrote: hankel> > hankel> > I'm guessing, but perhaps you...
Jeremy Siek
jsiek@...
Feb 2, 2001 3:00 am
8597
In VertexListGraph.html, the VertexListGraph concept should be stated as a refinement of both the AdjacencyGraph concept and the IncidenceGraph concept...
hankel_o_fung@...
Feb 2, 2001 7:24 am
8598
... However, I wonder if a VertexListGraph concept has to refine both the AdjacencyGraph and the IncidenceGraph concepts. E.g., it seems (correct me if I am...
hankel_o_fung@...
Feb 2, 2001 8:37 am
8599
Ah, I guess I should have made clear that despite my slashing and burning, I still got compilation errors. The Solaris compiler report that Beman pointed me...
Mishkin, Nat
mishkin@...
Feb 2, 2001 1:21 pm
8600
From: "Beman Dawes" <bdawes@...> ... For wchar_t, it would be worth adding that a workaround is to include <cstddef>, which defines wchar_t, and this...
Ed Brey
brey@...
Feb 2, 2001 2:43 pm
8601
... burning, ... this ... A failure on a "run" test might be a compile-and-link failure, or an execution failure. You have to look at the logs (look at the...
Beman Dawes
bdawes@...
Feb 2, 2001 2:56 pm
8602
Hi Hankel, On Fri, 2 Feb 2001 hankel_o_fung@... wrote: hankel> hankel> However, I wonder if a VertexListGraph concept has to refine hankel> both the...
Jeremy Siek
jsiek@...
Feb 2, 2001 3:26 pm
8603
I updated to 1.20.1 and thought to give regex a try. :) Using g++ 2.95.2 with regex works fine. But when trying to compile and link with STLport 4.0 linking...
Boris Schaeling
boris@...
Feb 2, 2001 4:19 pm
8604
For the past couple years, the Sun C++ compiler has been one of the worst in terms of standards compliance. Version 6.0 has significant improvements, and with...
Jeremy Siek
jsiek@...
Feb 2, 2001 6:12 pm
8605
... Since the unit of display for the full boost regression test is a single test file, detailed output of unit tests should better be handled by a...
Jens Maurer
Jens.Maurer@...
Feb 2, 2001 6:59 pm
8606
... Thanks. I'm reluctant to add BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION for now because I've been unable to reproduce this on a small testcase. The others...
Jens Maurer
Jens.Maurer@...
Feb 2, 2001 7:05 pm
8607
The use of 'size_t' in "array_traits.hpp" doesn't have a namespace (std) qualification with it, so it doesn't compile on my system. Could this be fixed...
Daryle Walker
darylew@...
Feb 2, 2001 8:11 pm
8608
Hi, All, How to plot a figure (x~y curve) such as y=sin(x^2) in C++? Thanks, John...
johncili@...
Feb 2, 2001 8:18 pm
8609
... Yes, Dietmar has been pretty slow to respond to this problem. I first complained about it on November 11, 1999. I should have posted to the list instead of...
Darin Adler
darin@...
Feb 2, 2001 8:30 pm
8610
... I've prefixed "size_t" by "std::" in boost/array_traits.hpp" and added a #include <boost/config.hpp> for those compilers which are a bit slow catching up....