Uses of Class
sbrt.kernel.math.geom.HashConvexPolytope

Packages that use HashConvexPolytope
sbrt.kernel.math.geom Provides classes and interfaces for creating objects relevant to computational geometry. 
 

Uses of HashConvexPolytope in sbrt.kernel.math.geom
 

Methods in sbrt.kernel.math.geom that return HashConvexPolytope
static
<V> HashConvexPolytope<V>
HashConvexPolytope.make(LinearSystemSolution<V> systemSolution, java.util.Map<? extends V,Interval> variableBounds, double tolerance)
          Constructs a new convex poltyope from the provided linear system solution and variable bounds.