MinCD = JuMP.Model(solver=CPLEX.CplexSolver(CPX_PARAM_TILIM = 3600)); “UnDefVarError Model not defined”
I did read most of the fixes for Model not defined, I have used all those solutions yet I am facing this error in the third line of my code. Line one and two passes without any error. All my packages required are updated.
Please help me resolve this error.
Thank You.
Could you please post the complete error output? You can follow the instructions here: PSA: how to quote code with backticks to quote your code so that it will render properly as well.
I have a new error when I define my decision variables. The error message is “UndefVarError @variable not defined”
’ ’ 'Julia
using ExcelReaders, JuMP, CPLEX, DataFrames;