Re: Excessive copies of set elements in GMPL

Andrew Makhorin <[email protected]> Fri, 24 Jul 2020 14:51:29 +0300
Newsgroups gmane.comp.gnu.glpk
Message-ID <[email protected]>
>     if (j == i+1 && j == j+2)
> 

Must read

  if (j == i+1 && k == j+2)