Solver constraint

tiredofit

Well-known Member
Joined
Apr 11, 2013
Messages
1,834
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
I understand Excel's Solver has a constraints limit of 100.

Here are 3 constraints:

Code:
A1=B1
A2=B2
A3=B3

Is the following also considered to be 3 constraints or just 1?

Code:
A:1:A3=B1:B3

The problem I am trying to solve exceeds the limit of 100 constraints and I am trying to "squash it down" by combining them.

Thanks
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Yes, A1:A3=B1:B3 represents 3 constraints.
If you need more constraints, then look at the alternative free add-in OpenSolver OpenSolver for Excel
 
Upvote 0
You can try the Advanced version of OpenSolver, which includes a couple of non-linear solvers.
Likely a better solution would be to make your model linear (if possible). If you post your model, then we can have a look.
 
Upvote 0
You can try the Advanced version of OpenSolver, which includes a couple of non-linear solvers.
Likely a better solution would be to make your model linear (if possible). If you post your model, then we can have a look.
Afraid it contains sensitive info, so can't disclose openly.
 
Upvote 0

Forum statistics

Threads
1,215,066
Messages
6,122,948
Members
449,095
Latest member
nmaske

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top