Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Generate the minimal mesh region with integer vertices that contains all points
ResourceFunction["IntegerConvexHullMesh"][pts] generates the near-minimal integer mesh region containing points pts. |
Find the region whose corners all lie on integer values that minimally contains a random set of points:
In[1]:= |
Out[2]= |
Find the region whose corners all lie on integer values that minimally contains a random set of points in 3D:
In[3]:= |
Out[4]= |
IntegerConvexHullMesh works trivially on points in a one-dimensional space:
In[5]:= |
Out[6]= |
This work is licensed under a Creative Commons Attribution 4.0 International License