Solved

What is the similarity and difference between Current Case and Active Case?

  • 21 April 2021
  • 1 reply
  • 29 views

Badge
  • AIMMS Implementation Partner
  • 9 replies

Hi,

If anyone can clarify the difference/similarity between Current Case and Active Case that would very helpful.

 

Thanks,

icon

Best answer by mohansx 27 April 2021, 23:21

View original

1 reply

Userlevel 5
Badge +5

@roy 

 

CurrentCase is an element parameter in the set AllCases (which itself is a subset of Integers), and its value indicates which case is loaded currently. 

CurrentCase — AIMMS Function Reference

For example, if you have 5 different case files saved in the data folder of your AIMMS project - each of these 5 case files represent the element 1, 2, .. 5 in the set AllCases. 

 

Active case in the status bar of AIMMS Developer shows the name (path) of the case file that is loaded. This would typically be the value of CaseFileURL(CurrentCase)

CaseFileURL — AIMMS Function Reference

 

Hope this helps. 

Reply


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

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