Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
arght committed Dec 19, 2023
1 parent b663207 commit 739f08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openTEPES/openTEPES_ProblemSolving.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def ProblemSolving(DirName, CaseName, SolverName, OptModel, mTEPES, pIndLogConso
Solver = SolverFactory(SolverName) # select solver
if SolverName == 'gurobi':
Solver.options['LogFile' ] = _path+'/openTEPES_gurobi_'+CaseName+'.log'
# Solver.options['IISFile' ] = _path+'/openTEPES_gurobi_'+CaseName+'.ilp' # should be uncommented to show results of IIS
# Solver.options['IISFile' ] = _path+'/openTEPES_gurobi_'+CaseName+'.ilp' # should be uncommented to show results of IIS
Solver.options['Method' ] = 2 # barrier method
Solver.options['MIPFocus' ] = 3
Solver.options['Presolve' ] = 2
Expand Down

0 comments on commit 739f08a

Please sign in to comment.