show/hide this revision's text 2 edited tags
show/hide this revision's text 1

Sampling arbitrary point from system of linear inequalities

How to choose an arbitrary point from a polytope defined by system of linear inequalities, Ax < b ? (Here A is an m-by-n matrix, x is n-by-1 and b is m-by-1.) I just want to find one ARBITRARY point that satisfies Ax < b and NOT satisfies Ax = b.