On Tue, 10 Oct 2017, oleg_komashko(a)ukr.net wrote:
Using hansl there should be
something of this kind inside:
check1 = inlist($model.instlist,const)
if !check1
$model.instlist = $model.instlist const
endif
check2 = nelem($model.instlist - $xlist) - nelem($model.endolist)
if (check2 < 0)
funcerr "order condition for identification failed"
endif
It seems the c code has
the reverse order of c
analogues of computing
check1 and check2
Thanks, Oleh; that's a clear statement of the case. We'll take a
look.
Allin