You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, InteriorPointSolver keeps views of primal vectors, such as
x_lr, x_ur, dx_lr, dx_ur, etc.
We can create a new data structure PrimalVector and keep these views inside PrimalVector to make the data more structured. Any opinion about this @frapac? I was assuming these #TODO's are inserted by you :)
Currently,
InteriorPointSolver
keeps views of primal vectors, such asx_lr
,x_ur
,dx_lr
,dx_ur
, etc.We can create a new data structure
PrimalVector
and keep these views insidePrimalVector
to make the data more structured. Any opinion about this @frapac? I was assuming these #TODO's are inserted by you :)MadNLP.jl/src/IPM/IPM.jl
Lines 194 to 195 in 897acf1
The text was updated successfully, but these errors were encountered: