question

mark zhen avatar image
0 Likes"
mark zhen asked Jeanette F commented

I need to merge three values how can I do it.

As the title says, I now need to sum the three q individual reward values togetherrltest.fsm

FlexSim 22.0.0
valuemodelling
rltest.fsm (393.0 KiB)
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Joerg Vogel edited

initialize

  1. a = -100;
  2. b = -200;
  3. c = -400;

merge

  1. xyz = a+b+c;
· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.