question

Maryam H2 avatar image
0 Likes"
Maryam H2 asked Maryam H2 commented

OptQuest Panel

Is there any way to expand the constraint and objective panel in OptQuest to see all constraints/objectives at once without scrolling?

1718144280765.png


FlexSim 24.1.0
optquest
1718144280765.png (41.3 KiB)
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

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Maryam H2 commented

Sadly, I don't think so, no.

What you could do though is clone the constraints table to a global table and check it there.

Table constraints = Model.find("/Tools/Experimenter>variables/jobs/Optimization1/constraints");
constraints.cloneTo(Table("GlobalTable1"));

("Optimization1" is the job name. And the global table has to exist of course.)

· 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.

Maryam H2 avatar image Maryam H2 commented ·
good solution, thanks!
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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