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

Error 10003 Invalid arguments in callback function

ユーザーの入力を待っています。

コメント

1件のコメント

  • Riley Clement
    • Gurobi Staff Gurobi Staff

    Hi Giorgos,

    Your code is not a reproducible example, which makes it hard to debug, but looking through our source code to see where this error is thrown it would suggest that the arrival_time argument in

    getSolution(arrival_time,customers)

    is NULL.  This is just a guess but perhaps you should make sure that the method init_arrival is run and that the return value is assigned to the arrival_time pointer.  In any case I hope this gives you some clues as to how to fix your issue.

    - Riley

     

    0

サインインしてコメントを残してください。