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