Блог пользователя Aslan.m

Автор Aslan.m, 12 лет назад, По-английски

Hello we have a polyhedron with the linear inequalities of its boundaries in n dimensions. a) how to find the number of integer points in this polyhedron (exact or approximation). b) how to find the coordinates of the integer points in this polyhedron. thank you.

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
12 лет назад, # |
  Проголосовать: нравится +8 Проголосовать: не нравится

Probably they are NP-hard, otherwise you could solve integer programming.