Skip to content

Commit

Permalink
no expanding
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanparys committed Mar 22, 2017
1 parent ef34d18 commit 409c630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omgtools/basics/optilayer.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def create_nlp(var, par, obj, con, options, name=''):
opt = {}
for key, value in slv_opt.items():
opt[key] = value
opt.update({'expand': True})
# opt.update({'expand': True})
solver = nlpsol('solver', options['solver'], nlp, opt)
name = 'nlp' if name == '' else 'nlp_' + name
if codegen['build'] == 'jit':
Expand Down

0 comments on commit 409c630

Please sign in to comment.