Xiao zhuo
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Posts
Recent activity by Xiao zhuo-
How to return the solution for each iteration when using barrier method? (C++)
AnsweredI'm using barrier method to solve a continuous linear programming in C++ environment. Now I want to know how the solutions of each iteration change and draw them as figures. I see getsolution() in ...