Skip to main content

Above is my sudoku result how to fill the above result into one single matrix with all values..

Any feedback please

The easiest way is to create a element parameter Solution(r,c) into the set assiocated with the index v. 

Then you can easily fill it through the assignment

Solution(r,c) := first(v | x(r,c,v));

 

 


Reply


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

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