gh-37221: Added the alt nu-tamari lattices
The alt nu-Tamari lattices are a generalization of the nu-Tamari
lattices. These lattices depend on a North-East path `\nu` and an
integer sequence `\delta`, which is an increment vector with respect to
`\nu`. A special choice of `\delta` gives the classical nu-Tamari
lattice, and another choice of `\delta` gives the inclusion order on
`\nu`-paths---North-East paths weakly above the path `\nu`.
These partial orders are implemented in the nu_tamari_lattice module.
The special case of the nu-Tamari lattice can be recovered by not
precising any vector delta, and benchmark tests suggest that this new
method is in fact slightly more efficient than the previous one, even in
this case.
### :memo: Checklist
- [x] The title is concise, informative, and self-explanatory.
- [x] The description explains in detail what this PR is about.
- [ ] I have linked a relevant issue or discussion.
- [x] I have created tests covering the changes.
- [x] I have updated the documentation accordingly.
### :hourglass: Dependencies
#37209
URL: https://github.com/sagemath/sage/pull/37221
Reported by: Cchenevi
Reviewer(s): Cchenevi, Frédéric Chapoton