Skip to main content
How-To

How to use Local Binding vs. Default Binding

  • May 17, 2019
  • 0 replies
  • 37 views

Jess Es
Forum|alt.badge.img+6
In this article we will compare two ways of defining index binding: local binding and default binding.

Assume there are two sets:

code:
Set s_RootSet {
Index: i_rs;
}

https://clipboardjs.com/assets/images/clippy.svg
and

code:
Set s_SubSet {
Index: i_ss;
}

https://clipboardjs.com/assets/images/clippy.svg
Let’s compare the expressions
code:
( i in MySubSet )
and
code:
( i \| i in MySubSet )
.

Read more...

0 replies

Be the first to reply!


Didn't find what you were looking for? Try searching on our documentation pages:

AIMMS Developer & PRO | AIMMS How-To | AIMMS SC Navigator