James Whiteley
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
James Whiteleyさんの最近のアクティビティ-
James Whiteleyさんがコメントを作成しました:
Hi Thomas, 'might have run into numerical trouble when creating the model.' Yes I believe it was this, an error in B somewhere. Have managed to solve this now, thanks! James
-
James Whiteleyさんがコメントを作成しました:
Thanks Matthias for the advice re. m.write() I am looking into it now! James
-
James Whiteleyさんが投稿を作成しました:
Simple LP problem
回答済みHi all, I am trying to solve a simple LP problem, as below: min V = transpose(L)*aa,q s.t. Bq = f −σ −a ≤ q +σ +a ≥ q a ≥ 0, V is the volume of an imagined truss structure, with L and a being v...