Zhenchen Liao
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Zhenchen Liaoさんの最近のアクティビティ-
Zhenchen Liaoさんが投稿を作成しました:
Does Gorubi support CNF format?
回答済みMay I ask if Gurobi can output CNF or GCNF or SMT2 format file? Bests,
-
Zhenchen Liaoさんがコメントを作成しました:
Thanks for your reply. I think the problem is caused by the Gurobi version so that it cannot recognise IIS Force. Best regards,
-
Zhenchen Liaoさんがコメントを作成しました:
I think the error is caused by there is no "IISConstrForce" attribute under GRB.IntAttr. It cannot be recognised.
-
Zhenchen Liaoさんがコメントを作成しました:
Thanks for your reply. I followed the example and writed constr.set(GRB.IntAttr.IISConstrForce, 0) which try to exlude this constraint from the subsystem. But there is syntax error "IISConstrForce ...
-
Zhenchen Liaoさんが投稿を作成しました:
How to set ComputIIS attributes and check the GRB_ERROR_IIS_NOT_INFEASIBLE error?
回答済みTo whom it may concern, Here comes my problem. From the documentation of ComputeIIS, we can set up a IISConstrForce to 0/-1/1. But I have no idea how to setting it with code with Java. Another qu...