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
Hi all,
Recently I am leaning the constraint solver from bullet. I notice that it has a nice LCP solver so really eager to migrate & test in my own code.
But it has a quite strange interface which drives me crazy, no comments as well as below:
//***************************************************************************
// an optimized Dantzig LCP driver routine for the lo-hi LCP problem.
void dSolveLCP(int n, dReal *A, dReal *x, dReal *b, dReal *outer_w /*=NULL*/,
int nub, dReal *lo, dReal *hi, int *findex)
Would you please be happy to give me some guidence on it? Or any resource?
Any suggestions are appreciated, thanks!
This discussion was converted from issue #2926 on April 26, 2021 03:56.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Recently I am leaning the constraint solver from bullet. I notice that it has a nice LCP solver so really eager to migrate & test in my own code.
But it has a quite strange interface which drives me crazy, no comments as well as below:
Would you please be happy to give me some guidence on it? Or any resource?
Any suggestions are appreciated, thanks!
Beta Was this translation helpful? Give feedback.
All reactions