@DonatoMeoli @norvig Please explain me why CPU time of FC-MRV algorithm with N-Queen CSP does not scale with board size. Here are the result of average run benchmark on i7 ram 8gb.
N=4 Time=0.695
N=8 Time=0.785
N=12 Time=0.895
N=16 Time=0.077
N=20 Time=0.092
N=28 Time=0.0795.
In this result, time falls down when N=16 and N=28. Could you give me the reason?
@DonatoMeoli @norvig Please explain me why CPU time of FC-MRV algorithm with N-Queen CSP does not scale with board size. Here are the result of average run benchmark on i7 ram 8gb.
N=4 Time=0.695
N=8 Time=0.785
N=12 Time=0.895
N=16 Time=0.077
N=20 Time=0.092
N=28 Time=0.0795.
In this result, time falls down when N=16 and N=28. Could you give me the reason?