Originally posted by: quawarty
Hi,
I am trying to solve my MIP (Mixed Integer Linear Problem)model.
I need some clarifications please for these three things:
First, after running the model, the software shows me in Journal script
some things like that
/ solution (feasible relaxed sum of infeasibilities) with objective 97
// Quality Incumbent solution:
// MILP objective 2.9230000000e+003
// MILP solution norm |x| (Total, Max) 9.61000e+003 1.52400e+003
// MILP solution error (Ax=b) (Total, Max) 3.92930e-012 2.27374e-013
// MILP x bound error (Total, Max) 9.70000e+001 9.70000e+001
// MILP x integrality error (Total, Max) 3.33955e-013 1.27898e-013
// MILP slack bound error (Total, Max) 0.00000e+000 0.00000e+000
//
I would like to know what is the value of the solution. Is it 97 ?
Second,, how can I check if the software has used an MILP solver?
Third, how can I know the computational time of the MILP solver to solve my model?
Thank you very much.
Best regards
#DecisionOptimization#OPLusingCPLEXOptimizer