Originally posted by: Arnaud M.
Hi Philippe,
Of course, I have enclosed the model and two instances to illustrate my issue.
In my opinion, the solver should find a first solution without failing.
With the small instance, the solver finds a solution but fails a little bit.
oplrun lofas.mod m_05_n_010_mp_50_mo_50.txt.dat
! ----------------------------------------------------------------------------
! Satisfiability problem - 61 variables, 14 constraints, 1 phase
! TimeLimit = 60
! Workers = 1
! CumulFunctionInferenceLevel = Extended
! LogVerbosity = Terse
! Initial process time : 0,00s (0,00s extraction + 0,00s propagation)
! . Log search space : 564,4 (before), 564,4 (after)
! . Memory usage : 791,0 kB (before), 791,0 kB (after)
! Using sequential search.
! ----------------------------------------------------------------------------
! Branches Non-fixed Branch decision
* 900 0,05s -
! ----------------------------------------------------------------------------
! Search completed, 1 solution found.
! ----------------------------------------------------------------------------
! Number of branches : 900
! Number of fails : 20
! Total memory usage : 2,1 MB (1,5 MB CP Optimizer + 0,6 MB Concert)
! Time spent in solve : 0,05s (0,04s engine + 0,00s extraction)
! Search speed (br. / s) : 18�000,0
! ----------------------------------------------------------------------------
With a larger instance, the solver does not find any solution and fails massively.
oplrun lofas.mod m_25_n_120_mp_50_mo_50.txt.dat
! ----------------------------------------------------------------------------
! Satisfiability problem - 3�051 variables, 54 constraints, 1 phase
! TimeLimit = 60
! Workers = 1
! CumulFunctionInferenceLevel = Extended
! LogVerbosity = Terse
! Initial process time : 0,16s (0,16s extraction + 0,00s propagation)
! . Log search space : 69�304,5 (before), 69�304,5 (after)
! . Memory usage : 17,6 MB (before), 17,6 MB (after)
! Using sequential search.
! ----------------------------------------------------------------------------
! Branches Non-fixed Branch decision
! ----------------------------------------------------------------------------
! Search terminated by limit, no solution found.
! ----------------------------------------------------------------------------
! Number of branches : 295�524
! Number of fails : 69�954
! Total memory usage : 213,4 MB (158,8 MB CP Optimizer + 54,5 MB Concert)
! Time spent in solve : 60,00s (59,84s engine + 0,16s extraction)
! Search speed (br. / s) : 4�937,7
! ----------------------------------------------------------------------------
Thank you very much for your help.
Arnaud
#DecisionOptimization#OPLusingCPOptimizer