Skip to content

Commit 0c8a577

Browse files
authored
Fix table formatting in SolverSolve
1 parent c6a88ba commit 0c8a577

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

excel/Concepts/Functions/solversolve-function.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ The macro function must return 1 if Solver should stop (same as the **Stop** bu
3939
If a Solver problem has not been completely defined, **SolverSolve** returns the #N/A error value. Otherwise the Solver runs, and **SolverSolve** returns an integer value corresponding to the message that appears in the **Solver Results** dialog box:
4040

4141

42-
42+
|Return Value|Message|
43+
|---|---|
4344
|0|Solver found a solution. All constraints and optimality conditions are satisfied.|
4445
|1|Solver has converged to the current solution. All constraints are satisfied.|
4546
|2|Solver cannot improve the current solution. All constraints are satisfied.|
@@ -58,7 +59,7 @@ If a Solver problem has not been completely defined, **SolverSolve** returns th
5859
|16|Stop chosen when the maximum number of feasible [integer] subproblems was reached.|
5960
|17|Solver converged in probability to a global solution.|
6061
|18|All variables must have both upper and lower bounds.|
61-
|19|Variable bounds conflict in binary or alldifferent constraint.|
62+
|19|Variable bounds conflict in binary or all different constraint.|
6263
|20|Lower and upper bounds on variables allow no feasible solution.|
6364

6465
## Example

0 commit comments

Comments
 (0)