#include <ellalgo/oracles/lmi0_oracle.hpp>
Lmi0Oracle class
Oracle for Linear Matrix Inequality.
This oracle solves the following feasibility problem:
find x s.t. F * x <= 0
Constructors, destructors, conversion operators
-
Lmi0Oracle(size_
t ndim, const std::vector<Mat>& F) - Construct a new Lmi 0 Oracle object.
Public functions
- auto assess_feas(const Arr036& x) -> Cut * -> auto
- auto operator()(const Arr036& x) -> Cut * -> auto