On 1/22/24 20:46, Prof. Dr. Johannes Grabmeier wrote:
Dear all,

1. following problem: I use Reference NNI to change internal values of a domain. A further constant function: init: () ->% depends of the changed values. It seems that FriCAS does not call the constant function again, but stores the old value of init(), then out of date. Non constant functions of course correctly use the changed values. How can I bring FriCAS to *call *and *evaluate* again the constant function with the updated values?

2. Another, very strange problem was noted:

The referenced values where in a domain called

)abbrev domain FIDETR FIDETransposition

Believe me or not: the changing of the referenced values did not work!

After long searching of the reasons I found: this depended on the name "FIDETransposition", i.e. the change to

)abbrev domain FIDETR FideTransposition

caused, that changing of referenced values work as expected! Can send an example, if someone is interested.


Yes, examples please, otherwise it's hard to debug.

Problem in 1 should not happen, because there are similar things in
FriCAS code base and they work well.  So please show me the example.

- Qian

--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/a6b3b041-2508-4596-8200-0245750cdfff%40gmail.com.

Reply via email to