Esempio n. 1
0
 def assign(self, n, x):
     return _cvxcore.IntVector2D_assign(self, n, x)
Esempio n. 2
0
 def assign(self, n: "std::vector< std::vector< int > >::size_type", x: "IntVector") -> "void":
     return _cvxcore.IntVector2D_assign(self, n, x)