Skip to main content
8-Gravel
March 15, 2021
Question

Is it not possible to evaluate the solver after solve block?

  • March 15, 2021
  • 1 reply
  • 1002 views

I am unable to evaluate the variable used in solve block to use after solver also tried to assign it to diffrent variable and then evaluate the results is same not working 

JH_9781973_0-1615832535557.png

 

1 reply

23-Emerald IV
March 15, 2021

See what happens if you change the expression inside the solver to:

Voz :=  find(Voz)

 

and below the solve block:

Voz =

 

Success!
Luc