MCPcopy Create free account
hub / github.com/cmower/optas / specify_v

Method specify_v

optas/optimization.py:292–306  ·  view source on GitHub ↗

! Specify the vertical constraints vector v. This is only called for optimization problems that have constraints. @param ineq List of CasADi functions that evalaute the (non)linear inequality constraints. @param ineq List of CasADi functions that evalaute the (non)linear equality co

(
        self, ineq: List[cs.Function] = [], eq: List[cs.Function] = []
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls 3

vertconFunction · 0.85
numel_outMethod · 0.80

Tested by

no test coverage detected