Martin Heistermann
Martin Heistermann
I noticed a difference between code and paper: It will add alignment constraints for pairs of charts where some sides on the path between them have more than one subside....
Omit last (show_timings) argument for ConstraintedSolver::solve call. This was optional before, and has been removed in CoMISo [174ef38344e09a9547f8a684bf6520cdc8fbe3ba](https://gitlab.vci.rwth-aachen.de:9000/CoMISo/CoMISo/-/commit/174ef38344e09a9547f8a684bf6520cdc8fbe3ba) #### Checklist - [ ] All changes meet [libigl style-guidelines](https://libigl.github.io/style-guidelines/). - [...
When using this, the user still has to put their gurobi license file into the container.
Updated to a newer SDK so we can use it for https://github.com/dr05-homebrew/ Thanks for your work, very useful!
Hi everyone, I'm currently working on support for the ovm format used by https://openvolumemesh.org/ / https://gitlab.vci.rwth-aachen.de:9000/OpenVolumeMesh/OpenVolumeMesh I am currently the maintainer of OVM, and it is used heavily in my...
Count Quantities [are still in the documentation](https://polyscope.run/structures/surface_mesh/count_quantities/), but it appears the code has been removed in commit 6242ba48ee0a86ad01dea2d9e2c1c902cc649a49. Is there a replacement for its functionality, e.g., sparse scalar quantities?
Much of the current code assumes lower bounds of zero. This is more of an API issue, the algorithms all generalize easily.
This fixes the build for recent Eigen versions. `Eigen::all `was first deprecated and is now only available as `Eigen::placeholders:all`. This commit is simply the result of a search-and-replace, `gsed -i...
Thanks for publishing this great library and for providing good documentation! Some of the referenced URLs unfortunately did not work anymore. This PR should fix that :) Less importantly, I...