First time here? Check out the FAQ!
answered 7 years ago
There is
sage: P = Polyhedron([(0,0,0,0), (0,0,0,7), (0,0,7/2,7/2), (0,7/3,7/3,7/3),(7/4,7/4,7/4,7/4)]) sage: P.integral_points_count() 38