Re: [polyml] Assertion `costMin > userGCRatio' failed

2016-01-28 Thread Phil Clayton
The values were indeed equal and the change to ASSERT(costMin >= userGCRatio); avoids the failure. I added code to print the values if they are equal and we get: costMin = 0.04943205418749 userGCRatio = 0.04943205418749 which is the nearest value to 1/9 for a

Re: [polyml] Assertion `costMin > userGCRatio' failed

2016-01-28 Thread David Matthews
On 28/01/2016 16:17, Phil Clayton wrote: The values were indeed equal and the change to ASSERT(costMin >= userGCRatio); avoids the failure. I added code to print the values if they are equal and we get: costMin = 0.04943205418749 userGCRatio = 0.04943205418749