I am trying to make Normaliz (presently using e-natic 0.1.7) a little more flexible by allowing a name != a for the generator of the number field. For some reason I could not succeed. Most likely something is suboptimal on the Normaliz side. In input.cpp I have
I am trying to make Normaliz (presently using e-natic 0.1.7) a little more flexible by allowing a name != a for the generator of the number field. For some reason I could not succeed. Most likely something is suboptimal on the Normaliz side. In input.cpp I have
Result by running an input file
indet b gen_name a
What really puzzles me is that at the end of the renf constructor used things seem to be o.k.:
var b gen_name b
as a result of
The update to 0.1.8 has not helped. Where is my mistake?