Replies: 2 comments 4 replies
-
|
Can you paste your full code here? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Hello Miles, Can I send the code? I think it is cumbersome to put it here as a comment. Regards, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have the following constraint to an unitairy function 'myconst': { "myconst": 4}
The variables have complexity 3, constants complexity 4 and basic operators have complexity 1.
As a result the expression 'X0 * 0.041657' has complexity 8.
Why do I see the following in the end result 'myconst(X0 * 0.041657)'. Shouldn't this be prevented by the constraints?
Your help is appriciated!
Regards,
Frank
Beta Was this translation helpful? Give feedback.
All reactions