thank you for your post.
the following syntax crashes Ngene ?
Design
;alts = A*, B*
;rows =6
;eff = (mnl,d)
;alg=mfederov
;require:
B.cost - A.cost <=1 and A.cost - B.cost <=1,
A.cost>B.cost and A.find<B.find,
A.cost>B.cost and A.walk<B.walk
;model:
U(A) = b2[(n,-0.2015755,0.1115085)] * walk[1,6,11] + b3[(n,-.5,0)] * cost[2,3,4] + b4[(n,-.2722374,0.0989455)] * find[0, 5] /
U(B) = b2 * walk + b3 * cost + b4 * find $