siddhartha-gadgil on master
helpers for timing (compare)
siddhartha-gadgil on master
"require" correction slight refactoring (compare)
siddhartha-gadgil on master
helpers for curves being pants … (compare)
siddhartha-gadgil on master
figures for pants length 2 (compare)
siddhartha-gadgil on master
reduced laziness to run in REPL (compare)
siddhartha-gadgil on master
segment lengths 1 and 2 bound (compare)
siddhartha-gadgil on master
parallel normal path enumeration (compare)
siddhartha-gadgil on master
margulis constant corrected (compare)
siddhartha-gadgil on master
Updates to function shortPathsD… Merge pull request #98 from sha… (compare)
siddhartha-gadgil on master
introducing compact types More compact types Merge pull request #97 from sha… (compare)
siddhartha-gadgil on master
speedup by memoizing hash (compare)
[warn] /media/arkaghosh/Important5/ARKA/10th sem/Computer assisted topology and geometry/Superficial/superficial/src/main/scala/superficial/EdgePath.scala:725:34: method - in trait SetOps is deprecated (since 2.13.0): Use &- with an explicit collection argument instead of - with varargs
[warn] val edgeVect = (quad.edges - (e1, e1.flip, e2, e2.flip)).toVector
[warn] ^
[warn] one warning found
[info] Done compiling.
Also, currently I am writing a method to separate into matching and non-matching edges. This will help in building the staircases. After that it remains to add faces to get the actual staircases. For that I have the following thought, tell me if this is ok -
Say we have a non-matching pair (a,b) from two paths, where a is part of the leftmost geodesic cL and b is part of the rightmost geodesic cR then b.a−1 is the boundary of a staircase S. Also each face of the staircase should contain at least two edges from b.a−1.
I do not remember what I wote. But some things to try are:
By the way, @Chinmaya-Kausik please address me here by my Gitter handle to maximize the chance I am alerted.
Copying the above with double dollars.
I do not remember what I wote. But some things to try are:
By the way, @Chinmaya-Kausik please address me here by my Gitter handle to maximize the chance I am alerted.
I do remember explaining my method (since there was no explicit algorithm in the paper and the algorithm in the paper referenced seemed a bit involved), but I'm not sure if its correctness was discussed at all.
the algorithm in the other paper referenced*