jianqiang

Results 9 issues of jianqiang

**Is your feature request related to a problem? Please describe.** No, but it would be useful to provide such API that someone can do remeshing with customized target lengths. **Describe...

enhancement

Hi, Nico Schlömer, Am I doing something wrong? I just clone the latest pygalmesh, but I do not pass all the unit tests, here is a screenshot of the output...

#### Describe the bug Hi, it seems that the active set method does not return the right answer for the following simple qp problem: Here is the python script for...

bug
pending verification

when i use this image for testing , program crashed!!, here is the image. is this a problem about the size? ![skysmall](https://user-images.githubusercontent.com/7833870/38534363-7b96f18e-3cb0-11e8-8466-12e30ae04b6c.jpg)

**Is your feature request related to a problem? Please describe.** Yes, lots of input triangle mesh in bad quality **Describe the solution you'd like** some APIs like pygalmesh.remesh_surface do **Describe...

feature request
geometry
mesh

Hi, does the polyscope supports 3d text label visualization? e.g. add a label for each vertex of some testing mesh, it's really useful for debugging and testing.

enhancement

Hi,Kolkir, could you please add 3D example in your project?? that would be helpful, thank you, waiting you good news

https://github.com/hypro/hypro/blob/2d918ee07acbe47daaa932e224a3a1f202e91a59/src/hypro/representations/Polytopes/VPolytope/VPolytope.tpp#L50 Hi, the algorithm you are using is to enumerate all the intersections of the constraints, then filter out all the impossible ones, does this algorithm runs robust? even with...

Hi, I am trying to use alpha-beta CROWN to verify compositions of trained models and nonlinear functions by wrapping the trained model into a new model with customized `forward` function,...