This class offers routines for constructing ready-made examples of knots and links.
More...
|
static Link | unknot () |
| Returns a zero-crossing diagram of the unknot. More...
|
|
static Link | monster () |
| Returns the monster unknot, a 10-crossing diagram of the unknot that is difficult to untangle. More...
|
|
static Link | gordian () |
| Returns Haken's Gordian unknot, a 141-crossing diagram of the unknot that is difficult to untangle. More...
|
|
static Link | trefoilLeft () |
| Returns a three-crossing diagram of the left-hand trefoil. More...
|
|
static Link | trefoilRight () |
| Returns a three-crossing diagram of the right-hand trefoil. More...
|
|
static Link | trefoil () |
| Returns a three-crossing diagram of the right-hand trefoil. More...
|
|
static Link | figureEight () |
| Returns a four-crossing diagram of the figure eight knot. More...
|
|
static Link | hopf () |
| Returns a two-crossing diagram of the Hopf link. More...
|
|
static Link | whitehead () |
| Returns a five-crossing diagram of the Whitehead link. More...
|
|
static Link | borromean () |
| Returns a six-crossing diagram of the Borromean rings. More...
|
|
static Link | conway () |
| Returns the 11-crossing Conway knot. More...
|
|
static Link | kinoshitaTerasaka () |
| Returns the 11-crossing Kinoshita-Terasaka knot. More...
|
|
static Link | torus (int p, int q) |
| Returns the (p,q) torus link. More...
|
|
static Link | gst () |
| Returns a 48-crossing potential counterexample to the slice-ribbon conjecture, as described by Gompf, Scharlemann and Thompson. More...
|
|
This class offers routines for constructing ready-made examples of knots and links.
These examples may be useful for testing new code, or for simply getting a feel for how Regina works.
The sample links offered here may prove especially useful in Regina's scripting interface, where working with pre-existing files is more complicated than in the GUI.
static Link regina::ExampleLink::gst |
( |
| ) |
|
|
static |
Returns a 48-crossing potential counterexample to the slice-ribbon conjecture, as described by Gompf, Scharlemann and Thompson.
Specifically, this knot is Figure 2 from their paper "Fibered knots and potential counterexamples to the property
2R and slice-ribbon conjectures", arXiv:1103.1601.
- Returns
- the Gompf-Scharlemann-Thompson knot.