メインコンテンツへスキップ

Please correct my code

回答済み

コメント

3件のコメント

  • 正式なコメント
    Simranjit Kaur
    • Gurobi Staff
    This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?.
  • Matthias Miltenberger
    • Gurobi Staff

    Hi!

    You are creating an empty environment using

    GRBEnv env = new GRBEnv(true);

    Please just use the normal environment constructor (without the \(\texttt{true}\) argument) to make Gurobi find your license and start a proper environment. Alternatively, you need to start the environment explicitly, using

    env.start()

    Cheers,
    Matthias

    0
  • Wichitsawat Suksawat Na Ayudhya
    • Gurobi-versary
    • First Question
    • First Comment

    Matthias Miltenberger Thank you so much.

    0

投稿コメントは受け付けていません。