In the genus 2 snippet for the minimal and simplified equations, it defines a C and an X, but it's not clear which is which. When it's not obvious, should we include comments in our code snippets? So like
Cmin := HyperellipticCurve(R![0, 0, 3, 4, 3, 1], R![1, 1, 0, 1]); // minimal equation
Csim, pi := SimplifiedModel(Cmin); // simplified equation
In the genus 2 snippet for the minimal and simplified equations, it defines a C and an X, but it's not clear which is which. When it's not obvious, should we include comments in our code snippets? So like