Vissarion Fisikopoulos
Vissarion Fisikopoulos
**Is your feature request related to a problem? Please describe.** Even after the useful PR https://github.com/GeomScale/volesti/pull/190 some examples are still failing to compile. **Describe the solution you'd like** Some have...
**Is your feature request related to a problem? Please describe.** It would be very useful to add examples of all algorithms such as volume computation of H-polytopes, V-polytopes, Z-polytopes, sampling...
This PR implements support for `covered_by()` for the following combinations of a box and a geometry: - `convered_by(box, areal)` (only cartesian CS) - `convered_by(geometry, box)` The first case resolves issue...
In documentation, there are links for set operations with the use of strategies e.g. difference (with strategy), see below for more. However, the description on the use of the strategy...
There are a few issues related to missing implementations and incosistent use of boxes in intersection algorithm, in particular when computing intersections between a geometry and a box. Consider the...
I am working on a new algorithm (`closest_points`) that given any two geometries `A`, `B` computes the two closest points, `a`, `b` such that `a` belongs to `A` and `b`...
   _Originally posted by @NehaAr in https://github.com/GeomScale/volesti/issues/236#issuecomment-1484031934_
**Describe the bug** `boltzmann_hmc_walk` which is also used by `solve_sdp` function seems broken (does not compile). The issues seems to be located in the call of [compute_reflection](https://github.com/GeomScale/volesti/blob/develop/include/random_walks/boltzmann_hmc_walk.hpp#L197). See this [example](https://github.com/GeomScale/volesti/blob/develop/examples/optimization_spectrahedra/boltzmann_hmc_walk.cpp)...