Originally posted by: FrancescoMalatto
First of all thanks for your answer.
Yes, i use a time limit. why doesn't the time limit have to stop the search always at the same time?
however here there are the log of the two execution:
execution with the command line
! Minimization problem - 62 variables, 2 constraints
! Preprocessing : 1 extractable eliminated
! NoOverlapInferenceLevel = Extended
! TimeLimit = 300
! Initial process time : 0.02s (0.00s extraction + 0.02s propagation)
! . Log search space : 355.8 (before), 355.8 (after)
! . Memory usage : 443.6 Kb (before), 491.6 Kb (after)
! . Variables fixed : 1
!
! Solution status : Terminated by limit, solution found
! Number of branches : 2,163,090
! Number of fails : 746,599
! Total memory usage : 1.3 Mb (0.7 Mb CP Optimizer + 0.6 Mb Concert)
! Time spent in solve : 300.00s (300.00s engine + 0.00s extraction)
! Search speed (br. / s) : 7,210.3
!
OBJECTIVE: 639
execution with the IDE
!
! Minimization problem - 62 variables, 2 constraints
! Preprocessing : 1 extractable eliminated
! NoOverlapInferenceLevel = Extended
! TimeLimit = 300
! Initial process time : 0.00s (0.00s extraction + 0.00s propagation)
! . Log search space : 355.8 (before), 355.8 (after)
! . Memory usage : 443.6 Kb (before), 491.6 Kb (after)
! . Variables fixed : 1
!
!
! Solution status : Terminated by limit, solution found
! Number of branches : 2,082,847
! Number of fails : 736,681
! Total memory usage : 1.3 Mb (0.7 Mb CP Optimizer + 0.6 Mb Concert)
! Time spent in solve : 300.00s (300.00s engine + 0.00s extraction)
! Search speed (br. / s) : 6,942.8
!
OBJECTIVE: 507
i also attache a zip file with the model, the data and the two full log....
i hope that you will find the problem.
thanks
#CPOptimizer#DecisionOptimization