Pith. sign in

REVIEW 3 major objections 5 minor 14 references

Graph reconstruction from random-walk co-visitation: Geometric, empirical, and controlled networks

T0 review · 3 major / 5 minor · reviewed 2026-08-08 · deepseek-v4-flash

Pith's one-line read Using only the ordered pairs a random walk traverses, this paper reconstructs hidden graphs with high fidelity and shows that the only edges missed are those the walk never reached.

desk verdict Transparent method paper whose headline finite-walk results mostly measure walk coverage; the real novelty is the full-basis ranking and uncertainty machinery. read the letter →

arxiv 2608.05385 v1 pith:4YIN2JGP submitted 2026-08-05 astro-ph.IM

classification astro-ph.IM
keywords graphreconstructionrandomwalkco-visitationmatrixnetworkinferenceframe-balancedLevenberg-MarquardtDelaunaytriangulationVoronoitessellationgalaxydistribution
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper claims that an unknown graph can be reconstructed from random-walk trajectories by fitting a pairwise edge-weight model to the co-visitation matrix—the record of which ordered transitions the walk makes. The central result is that in the finite-walk regime the fit is not the bottleneck: nearly every edge the walk actually visits is recovered, and the false negatives are almost exactly the edges the walk never traversed. On an email subgraph and on Delaunay and Voronoi graphs built from the COSMOS sky catalogue, the pipeline reaches Matthews correlation coefficients above 0.96 up to full graph size, while a graphical-lasso reference scores much lower on the triangle-rich cases. The practical conclusion is that reconstruction quality from clean walk data is set by walk coverage, not by the estimator.

What carries the argument

Three pieces carry the argument. The observable is the co-visitation matrix $C_{ij}=\sum_{n'<T}p_{n'}(i)P_{ij}$, the walk's transition counts accumulated with the ordered pair intact rather than summed into a per-vertex marginal. The model is the pairwise edge-weight basis $S(\beta)=\sum_{(i,j)\in B}e^{\beta_{ij}}M_{ij}+\varepsilon(\mathbf{1}\mathbf{1}^{\top}-I)$, row-normalised into the transition matrix $P=\mathrm{rownorm}(S)$, which gives every candidate pair an independent log-weight $\beta_{ij}$ and can therefore represent clustered structure. The mechanism is the frame-balanced Levenberg–Marquardt fitter (a damped least-squares optimizer with per-vertex block weighting): per-vertex Gauss–Newton blocks are whitened and weighted through an orthonormal frame on the Stiefel manifold (the set of matrices with orthonormal rows), steps are scaled by the geometric factor $\sigma=\delta^{\top}g^{(\lambda)}\delta_{\mathrm{prev}}$, and the shift invariance $\beta\to\beta+c\mathbf{1}$ is removed by mean-centring the parameters after each proposal. The readout $\rho_{ij}=W_{ij}/\sqrt{s_i s_j}$, thresholded against the mean of its endpoints' couplings, converts fitted weights into an edge set with no absolute cutoff, while the gauge-projected covariance $V_\beta=\hat{\sigma}^{2}\Pi(\Pi I\Pi)^{+}\Pi$ pushes uncertainty onto every reconstructed edge.

What would settle it

Run the finite-walk protocol on the 119-vertex Delaunay graph after redirecting a controlled fraction—say 2 percent—of the recorded transitions to random non-edges before forming the co-visitation support; if the Matthews correlation coefficient stays near 0.988 the fit is genuinely separating edges from non-edges, while if false positives appear in proportion to the injected noise, the coverage-limited conclusion is an artifact of the clean-support assumption.

Watch

Extended reading notes

Core claim

The paper's central claim is that graph reconstruction from a random walk is carried by two design choices that only work together: a pairwise observable and a pairwise model. The co-visitation $C_{ij}=\sum_{n'<T}p_{n'}(i)P_{ij}$ records the ordered pair $(i,j)$ before any row sum is taken, so it keeps pairwise structure that the marginal occupation—essentially the degree sequence—throws away; the model $S(\beta)=\sum_{(i,j)\in B}e^{\beta_{ij}}M_{ij}+\varepsilon(\mathbf{1}\mathbf{1}^{\top}-I)$ gives each candidate pair its own log-weight, so clustered structure that an additive node-potential model cannot represent is in reach. The fitter is a frame-balanced Levenberg–Marquardt scheme with per-node Stiefel group weights, an unnormalised geometric scale that self-brakes on overshoot, and a gauge fix for the invariance $\beta\to\beta+c\mathbf{1}$; the readout declares an edge when the self-calibrated coupling $\rho_{ij}=W_{ij}/\sqrt{s_i s_j}$ exceeds the mean coupling of its endpoints, so no absolute threshold is needed. On all five test-beds the finite-walk reconstructions reach MCC 0.967–1.000; in the largest runs every false negative is, to within one or two edges, an edge the walk never traversed, and no false positives occur because the clean-support basis contains no non-edges. The paper therefore concludes that in the finite-walk regime reconstructibility is governed by walk coverage rather than by the estimator: what the walk visits is recovered, and what it never visits carries no signal.

Load-bearing premise

The load-bearing premise is that every recorded walk step is a true edge of the hidden graph, so the candidate list never contains a false connection; if transitions can be mis-recorded, the pipeline would have to do genuine edge discrimination, which the finite-walk experiments never test.

Editorial extensions

If this is right

  • In clean finite-walk data, reconstruction quality is a coverage measurement: an edge the walk never crosses carries no signal, and an edge it crosses is almost always recovered.
  • A modest number of walks saturates the recoverable fraction—MCC reaches near unity by a few hundred walks at 25 vertices—so oversampling costs nothing and the practical lever is sampling, not fitting.
  • The self-calibrated readout removes the need to tune an absolute threshold or a size-dependent cutoff to the graph's density, so the procedure transfers between graphs without recalibration.
  • The pipeline scores above a graphical-lasso baseline on triangle-rich graphs at full size (MCC 0.988 versus 0.540 on the Delaunay graph), though the baseline is not given the same candidate support.
  • Each recovered edge carries a Fisher-propagated uncertainty (median relative size 30–45 percent on the largest graphs), so edge confidence is available without ground truth.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If coverage is truly the binding constraint, then adaptive sampling—restarting walks from under-visited vertices or biasing them toward low-coverage regions—should improve reconstruction more than any refinement of the estimator; this is a direct, testable consequence the paper does not pursue.
  • The finite-walk results never exercise real edge discrimination, because clean walks make the observed support a subset of the true edges; injecting a controlled fraction of spurious transitions, recorded steps that are not true edges, should be the next stress test, and the paper itself names support pollution as the dominant future failure mode.
  • The gauge-projected covariance machinery is not specific to random walks: any model in which a common shift in the parameters leaves the predictions unchanged could use the same projection to obtain interpretable per-parameter uncertainties.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The manuscript develops a pipeline for reconstructing an unobserved graph from random-walk co-visitation data. The observable is the ordered-pair transition-count matrix C; the model is a pairwise log-weight basis S(β) mapped to a transition matrix by row normalization; the fit is a 'frame-balanced' Levenberg-Marquardt scheme with per-vertex weights obtained from a Stiefel-manifold optimization, gauge fixing, and a self-calibrated per-node readout. The method is tested on email-Eu-core subgraphs, COSMOS Delaunay and Voronoi networks, and two 12-vertex control graphs, under both analytic multiplicative noise and finite-walk sampling, with graphical lasso as a reference and Fisher-propagated uncertainties attached to reconstructed edges. The paper's central conclusion is that in the finite-walk regime reconstruction quality is limited by walk coverage rather than by the fit.

Significance. The paper is careful and unusually transparent: it states the support-restriction caveat, defines the trivial coverage baseline in the Table 1 caption, keeps the ground-truth adjacency out of the fit and readout, and provides a reproducible numerical setup with all constants listed in Appendix A. The pairwise co-visitation observable and the frame-balanced fitter are reasonable and potentially useful contributions, and the per-edge uncertainty propagation is a welcome addition. However, the central claim that the estimator is not the limiting factor is only partially supported in the headline regime, because the finite-walk candidate basis contains only true edges and therefore false positives are impossible by construction. The experiments that genuinely require edge/non-edge discrimination are small in size, and the multiplicative-noise case is explicitly degenerate because exact zeros encode the non-edges. The result is nevertheless a solid contribution if the claims are narrowed or supplemented with a larger discriminating experiment.

major comments (3)
  1. [§2.1, §3.1, Table 1] In the finite-walk regime the basis is restricted to the observed support of the co-visitation, and for clean trajectories that support is a subset of the true edge set. Consequently FP=0 is enforced by construction, and the MCC is predetermined, to within one or two edges, by the number of edges the walk traverses; the Table 1 caption already defines this trivial baseline. The abstract's claim that 'reconstructibility is governed by the sampling of the graph rather than by the estimator' is therefore only a statement about the support-restricted clean regime, not about the estimator's ability to discriminate edges from non-edges at scale. To make this conclusion load-bearing, the manuscript should either add a finite-walk experiment at N=100 or larger in which the full pairwise basis, or a polluted support containing injected non-edges, is fitted, or it should narrow the abstract and Section 5 conclusions to the support-restricted regime.
  2. [§4.4, §4.5, Table 2] The only experiments that actually require the fitter to reject non-edges are the full-basis coverage study at N=25 (Fig. 8) and the multiplicative-noise runs up to N=37 (Table 2). The multiplicative-noise regime is explicitly degenerate because the exact zeros of the analytic co-visitation already encode the non-edges, as the authors themselves state. At N=25 the AUC margin over a coverage-only ordering is small, and the authors caution that the gap mainly shows that the threshold fails before the ordering does. These small-scale tests do not establish that the readout performs real edge discrimination in the N=100-240 regime. A test with non-edge candidates present at the larger sizes, even at the cost of fewer repeats, would materially strengthen the paper's central claim.
  3. [Abstract, §4, §5] The comparison with graphical lasso is not like-for-like, as the authors acknowledge: fbLM receives the support-restricted basis while graphical lasso searches all N-choose-2 pairs. The abstract's statement that 'the graphical-lasso reference returns MCC 0.540 against 0.988 for fbLM' should carry this caveat in the abstract itself, since without it the numbers imply a head-to-head comparison. The acknowledgment in Section 4 is clear, but the prominence of the comparison in the abstract and conclusions overstates the evidence for estimator superiority.
minor comments (5)
  1. [Abstract, §4.4] The phrase 'essentially every edge the walk visits is recovered' should be quantified: Table 1 shows two traversed edges missed at N=20 and one at N=100 on email-Eu-core, so the statement is true only with the word 'essentially' doing substantial work.
  2. [Table 1 caption] The caption is very long and contains much of the paper's interpretive content, including the trivial-baseline discussion and the basis-convention caveat; moving this discussion into the main text, for example into §4.4, would improve readability.
  3. [§2.4] The definition of N_d as 'the number of informative entries of the residual matrix' is vague; please specify how N_d is computed for each regime and why the effective degrees of freedom is N_d - m + 1.
  4. [§4.6, Figs. 9-13] The quoted chi-squared values are not accompanied by the number of data points or degrees of freedom; reporting the reduced chi-squared would make the fit-quality panels interpretable.
  5. [§3.1, Appendix A] The statement that the n<=m case 'covers every test-bed except the radialness control' is correct but the appendix does not give the explicit orthonormal-column form of the retraction condition for n>m; a one-line clarification would help reproducibility.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the finite-walk coverage limit is an explicitly disclosed baseline, and the estimator's recall on the observed support plus the full-basis experiments carry independent content.

full rationale

The paper's finite-walk regime restricts the candidate basis to the observed transition support, which for clean trajectories is contained in the true edge set, so false positives are impossible by construction. The paper states this plainly in the Table 1 caption: 'declaring an edge wherever the walk traversed one gives TP=m, FN=E-m and FP=0 by construction, since for clean trajectories the observed support is contained in the true edge set,' and it even notes that 'the binary adjacency is set by coverage and not by the fit.' Section 4.1 repeats the point: 'No false positives occur, and none can.' This is a disclosed limitation and a baseline, not a hidden circularity. The substantive empirical claim is that fbLM reproduces the coverage baseline exactly on nine of the eleven rows and misses only one or two traversed edges on the other two; the readout could have dropped many supported edges, and the fact that it does not is genuine evidence about the estimator, not a definitional consequence. The paper also provides experiments where the estimator is exercised on genuine non-edges: the full-basis coverage study of Fig. 8 and the multiplicative-noise regime of Table 2. The paper honestly explains that the multiplicative-noise target carries exact zeros at non-edges and therefore 'measures tolerance to amplitude noise on the non-zero entries rather than the ability to discriminate edges from non-edges,' and it defers polluted-support settings to future work. There is no load-bearing self-citation, no imported uniqueness theorem, and no fitted parameter renamed as a prediction; the ground-truth adjacency enters only in scoring, as stated in Sect. 2.3. The derivation chain is therefore self-contained, and the conclusions do not reduce to their own inputs by construction.

Assumptions & free parameters 5 free parameters · 6 assumptions · 0 invented entities

No new physical entities are introduced. The free parameters are algorithm hyperparameters and the hand-set readout decision rule; the load-bearing assumptions are the clean-trajectory support containment and the analytic support identity of the co-visitation, which together make the headline binary reconstructions largely input-determined.

free parameters (5)
  • Readout threshold coefficient = 1/2
    Edge decision rule Eq. (13) compares coupling to the mean of the two endpoint means; the factor 1/2 is a hand-set decision boundary, not derived or fitted.
  • Walk length T and walker count W = T=16 (email 20), W=100
    Finite-walk experiment design; reconstruction quality and coverage depend on these. Chosen per test-bed, not optimized against ground truth.
  • Damping and step-size hyperparameters = lambda0=100, alpha=0.1, Delta=1e-3/1e-4, 60 iterations
    Table A.1; fixed across runs but hand-picked values that affect convergence, step quality, and the propagated covariance.
  • Regularization floor, ridge, and pseudoinverse cutoff = epsilon_floor=1e-12, epsilon_ridge=1e-6, cutoff=1e-8
    Numerical guards in Eqs. (1), (A.1), and the covariance projection; the floor creates the near-null gauge direction that the covariance projection must remove.
  • Basis restriction to observed support = finite-walk regime
    Candidate edges are limited to pairs the walk traversed; for clean walks this forces FP=0 and makes MCC a coverage measure rather than an estimator test.
assumptions (6)
  • standard math Random walk on an undirected graph has transition matrix P = rownorm(A), and the co-visitation is C_ij = sum_{n'<T} p_{n'}(i) P_ij.
    Invoked in Sect. 2.1 and used to generate all data; standard Markov chain theory.
  • domain assumption For clean simulated trajectories, the observed transition support is contained in the true edge set.
    Stated in Sect. 3.1 and used in Sect. 4.1 to conclude FP=0 by construction; load-bearing for the headline MCC values.
  • domain assumption The analytic co-visitation factorizes as C_ij = P_ij sum_t p_t(i), so its support is exactly the true edge set and multiplicative noise preserves the zero pattern.
    Stated in Sect. 4.5; makes the multiplicative-noise 'exact reconstruction' a support-separation test rather than an edge-discrimination test.
  • domain assumption The self-calibrated readout (Eq. 13) separates true edges from non-edges by comparing coupling to the local mean of endpoint couplings.
    Assumed in Sect. 2.3 and validated only empirically on the test-beds; at low coverage the threshold is shown to fail (Sect. 4.4).
  • ad hoc to paper The frame-balanced group-weight objective (Eq. 4) and the unnormalized geometric scale (Eq. 9) improve the fit.
    No derivation from a statistical principle is given; these are heuristics introduced for this paper and their benefit is not isolated by ablation.
  • standard math Fisher information from the fitted model gives meaningful per-edge uncertainties.
    Used in Sects. 2.4 and 4.7; standard asymptotic result, but the paper does not validate coverage of the uncertainty bands.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Graph reconstruction from random-walk co-visitation: Geometric, empirical, and controlled networks." pith.science (2026). https://pith.science/paper/4YIN2JGP

@misc{pith2026260805385,
  author       = {Pith},
  title        = {Pith review of: Graph reconstruction from random-walk co-visitation: Geometric, empirical, and controlled networks},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/4YIN2JGP}},
  note         = {Machine review of arXiv:2608.05385}
}
read the original abstract

Reconstructing an unknown graph from the trajectory of a random walk arises both for spatial correlation networks in astrophysics and for connectivity inference in network science. We present a reconstruction pipeline whose observable is the random-walk co-visitation matrix, whose model is a pairwise edge-weight basis, and whose fitter is a frame-balanced Levenberg-Marquardt (fbLM) scheme with per-node group weights and a self-calibrated edge readout. Unlike the marginal occupation, the co-visitation retains the ordered pair before the row sum is taken, and the pairwise basis can represent structure that an additive node-potential model cannot; neither change suffices alone. We apply the pipeline to an email communication subgraph, to Delaunay and Voronoi networks built from a COSMOS sky catalogue, and to two controlled 12-vertex test graphs, one unicyclic and one a tree, under both analytic-noise and finite-walk regimes. Reconstructions are scored against the ground-truth adjacency, which enters nowhere in the fit, by true/false positives and the Matthews correlation coefficient (MCC). All test-beds are reconstructed with high fidelity at full graph size: on finite-walk data we recover the COSMOS Delaunay and Voronoi graphs at MCC above 0.98 up to their full extent, N=119 and N=223, the whole graph rather than a cut-out of it, and the empirical email-Eu-core graph at N=240 (417 edges). On the full Delaunay graph a graphical-lasso reference returns MCC 0.540 against 0.988 for fbLM. Each reconstructed edge carries a Fisher-propagated uncertainty, and the residual misses are almost entirely confined to edges the walk never traverses. In the finite-walk regime the limiting factor is therefore walk coverage rather than the fit: essentially every edge the walk visits is recovered, so reconstructibility is governed by the sampling of the graph rather than by the estimator.

Figures

Figures reproduced from arXiv: 2608.05385 by the authors.

Figure 1
Figure 1. Flow of the reconstruction procedure. Blue boxes are the steps in order; green boxes carry the equations each step applies. The upper chain runs from the sampled walks to a converged fit: transitions are counted into the co-visitation C, its support fixes the pairwise motif basis, and the fbLM iteration (Sect. 2.2) then cycles over the Jacobian, the Stiefel group weights, the damped weighted metric, the proposal, an… view at source ↗
Figure 2
Figure 2. Eigenvalue spectrum of the parameter covariance Vβ at N = 20, without the gauge projection (left column of each panel) and with it (right column), drawn as a level diagram on a broken logarithmic axis. The physical levels are identical in the two columns: projecting does not move them. The only difference is the single mode in the upper sub-panel, produced when a plain pseudoinverse inverts the gauge direction inste… view at source ↗
Figure 3
Figure 3. [PITH_FULL_IMAGE:figures/full_fig_p009_3.png] view at source ↗
Figures from the paper (12 more)
Figure 4
Figure 4. Figure 4: Reconstruction of the COSMOS Delaunay subgraph on true RA/DEC coordinates. Left: ground truth. Right: reconstruction with TP (green), FN (grey dotted), FP (red dashed). sizes shown the relative uncertainty is substantial: the median σ(ρi j)/ρi j is 0.30 for the email g…
Figure 5
Figure 5. Figure 5 [PITH_FULL_IMAGE:figures/full_fig_p010_5.png]
Figure 6
Figure 6. Figure 6: Reconstruction of the 12-vertex unicyclic control graph. Left: ground truth. Right: reconstruction with TP (green), FN (grey dotted), FP (red dashed). what the model is built from: one pairwise motif per co-visited pair, whose log-weight βi j is the only quantity the f…
Figure 7
Figure 7. Figure 7: Reconstruction of the 12-vertex radialness control graph, a tree. Left: ground truth. Right: reconstruction with TP (green), FN (grey dotted), FP (red dashed). 10 1 10 2 10 3 10 4 number of walks (length T = 16) 0.0 0.2 0.4 0.6 0.8 1.0 reconstruction quality Finite wal…
Figure 8
Figure 8. Figure 8: Reconstruction MCC versus number of walks at fixed length T = 16. Solid curves with circles show MCC, dashed curves with squares show AUC; symbols are means over three independent sam￾plings and error bars span one standard deviation. Near-perfect recon￾struction is ap…
Figure 9
Figure 9. Figure 9: Fit to the co-visitation for the email-Eu-core subgraph: ob￾served (points) vs. best-fit model (curve). 0 50 100 150 200 250 300 motif index (sorted by observed co-visitation) 0.000 0.025 0.050 0.075 0.100 0.125 0.150 0.175 co-visitation delaunay N=119 fit to co-visita…
Figure 13
Figure 13. Figure 13: Fit to the co-visitation for the radialness control graph. email N=240 per-edge uncertainty (390 edges, 2 = 6.03e 02) 0.02 0.04 0.06 0.08 0.10 0.12 0.14 p er-e d g e u ncertainty ( ij) (FIM p ushforw ard) [PITH_FULL_IMAGE:figures/full_fig_p012_13.png]
Figure 11
Figure 11. Figure 11: Fit to the co-visitation for the COSMOS Voronoi subgraph. struction problem to the security of distributed information stor￾age on networks (Zlatic 2026), where the question of how much ´ of a network an adversary can reconstruct from observed traffic is central. We d…
Figure 15
Figure 15. Figure 15: Per-edge uncertainty for the COSMOS Delaunay subgraph (RA/DEC layout, dataset galaxies in the background). σ(ρi j) spans 0.037 to 0.131 against couplings ρi j of 0.068 to 0.506, both in the same units. 150.095 150.100 150.105 150.110 150.115 150.120 150.125 150.130 15…
Figure 16
Figure 16. Figure 16: Per-edge uncertainty for the COSMOS Voronoi subgraph (RA/DEC layout). σ(ρi j) spans 0.038 to 0.202 against couplings ρi j of 0.110 to 0.790, both in the same units. Article number, page 13 [PITH_FULL_IMAGE:figures/full_fig_p013_16.png]
Figure 17
Figure 17. Figure 17: Motif basis of the COSMOS Voronoi subgraph at N = 20. Each panel is one motif Mi j, a single candidate edge shown in red, over a faint skeleton of the whole basis on the shared node layout. The basis carries one panel per co-visited pair, so at the sizes of [PITH_FUL…
Figure 18
Figure 18. Figure 18: Motif basis of the unicyclic control graph, the smallest case: twelve motifs for twelve edges. Conventions as in [PITH_FULL_IMAGE:figures/full_fig_p014_18.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

14 extracted references · 12 canonical work pages

  1. [1]

    & van de Weygaert, R

    Icke, V. & van de Weygaert, R. 1987, A&A, 184, 16

  2. [2]

    2008, Biostatistics, 9, 432

    Friedman, J., Hastie, T., & Tibshirani, R. 2008, Biostatistics, 9, 432

  3. [3]

    2007, ACM TKDD, 1, 2

    Leskovec, J., Kleinberg, J., & Faloutsos, C. 2007, ACM TKDD, 1, 2

  4. [4]

    2018, MNRAS, 479, 973

    Codis, S., Pogosyan, D., & Pichon, C. 2018, MNRAS, 479, 973

  5. [5]

    C., Hong, S., Albrecht, K., et al

    Coutinho, B. C., Hong, S., Albrecht, K., et al. 2016, arXiv:1604.03236

  6. [6]

    2018, MNRAS, 477, 4738

    de Regt, R., Apunevych, S., von Ferber, C., Holovatch, Yu., & Novosyadlyj, B. 2018, MNRAS, 477, 4738

  7. [7]

    & Dey, A

    Hong, S. & Dey, A. 2015, MNRAS, 450, 1999

  8. [8]

    2024, Nat

    Murphy, C., Thibeault, V., Allard, A., & Desrosiers, P. 2024, Nat. Commun., 15, 4478

Show all 14 references
  1. [9]

    Newman, M. E. J. 2018, Networks, 2nd edn. (Oxford: Oxford Univ. Press)

  2. [10]

    Peixoto, T. P. 2019, Phys. Rev. Lett., 123, 128301

  3. [11]

    2007, ApJS, 172, 295

    Smol c i\'c, V., Schinnerer, E., Finoguenov, A., et al. 2007, ApJS, 172, 295

  4. [12]

    1994, A&A, 283, 361

    van de Weygaert, R. 1994, A&A, 283, 361

  5. [13]

    2009, Theor

    Wittmann, A., Fischer, J., & Schreiber, F. 2009, Theor. Comput. Sci., 410, 3826

  6. [14]

    2026, arXiv:2606.30261

    Zlati\'c, V. 2026, arXiv:2606.30261

Pith tools

Reviewed August 8, 2026 · model on record in the stance chip above.