MCPcopy Create free account
hub / github.com/cvxpy/cvxpy / equal

Method equal

cvxpy/cvxcore/python/cvxcore_wrap.cxx:3423–3426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3421 }
3422
3423 virtual bool equal (const SwigPyIterator &/*x*/) const
3424 {
3425 throw std::invalid_argument("operation not supported");
3426 }
3427
3428 // C++ common/needed methods
3429 virtual SwigPyIterator *copy() const = 0;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected