Exemplo n.º 1
0
    def get_n_in() -> int:
        """
        Get the number of variables in

        Returns
        -------
        The number of variables in
        """

        return nlpsol_n_out()
Exemplo n.º 2
0
 def get_n_in():
     return nlpsol_n_out()
Exemplo n.º 3
0
 def get_n_in(self):
     return ca.nlpsol_n_out()