We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a0c15 commit f8584f1Copy full SHA for f8584f1
README.md
@@ -57,8 +57,7 @@ Sub Solve_Portfolio_of_Securities()
57
'set the solver engine to use
58
oProblem.Solver.Method = slvGRG_Nonlinear
59
60
- 'set some solver options
61
- oProblem.Solver.Options.AssumeNonNeg = True
+ 'set solver option
62
oProblem.Solver.Options.RandomSeed = 7
63
64
oProblem.Solver.SaveAllTrialSolutions = True
0 commit comments