Skip to content

Commit

Permalink
QOBJ and AXB Object Support
Browse files Browse the repository at this point in the history
(0.5x^T A x + b^T x), (Ax=b, Ax<b) Object Support
  • Loading branch information
APMonitor authored Apr 15, 2019
1 parent 20fb96d commit c3012f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gekko/gekko.py
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,6 @@ def qobj(self,b,A=[],x=None,otype='min',sparse=False):
nx = int(np.max(b[:,0]))
else:
nx = np.size(b)
print(nx)
xin = self.Array(self.Var,(nx))
else:
if not isinstance(x, (list,np.ndarray)):
Expand Down

0 comments on commit c3012f7

Please sign in to comment.