Hi !
I am getting this warning when trying to use model.getVal() after using model.optimize().
Warning: SCIPgetSolVal cannot only be called in stage SOLVING without a valid solution (current stage: 10)
According to SCIP documentation, stage 10 seems to the SOLVED, but the above message mentions stage SOLVING. I am confused by this output. Could you please help? Thanks!
Hi !
I am getting this warning when trying to use model.getVal() after using model.optimize().
Warning: SCIPgetSolVal cannot only be called in stage SOLVING without a valid solution (current stage: 10)
According to SCIP documentation, stage 10 seems to the SOLVED, but the above message mentions stage SOLVING. I am confused by this output. Could you please help? Thanks!