Skip to content

Commit f8584f1

Browse files
authored
Update README.md
1 parent 66a0c15 commit f8584f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ Sub Solve_Portfolio_of_Securities()
5757
'set the solver engine to use
5858
oProblem.Solver.Method = slvGRG_Nonlinear
5959
60-
'set some solver options
61-
oProblem.Solver.Options.AssumeNonNeg = True
60+
'set solver option
6261
oProblem.Solver.Options.RandomSeed = 7
6362
6463
oProblem.Solver.SaveAllTrialSolutions = True

0 commit comments

Comments
 (0)