-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgurbi.env
More file actions
114 lines (114 loc) · 2.28 KB
/
gurbi.env
File metadata and controls
114 lines (114 loc) · 2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# File 'gurobi.env' is read when a Gurobi environment is created
# to initialize parameter values. Each line contains a parameter
# name, followed by the desired value for that parameter.
#
# Lines starting with # are comment lines. They are ignored.
#
#
# Termination parameters
#
#BarIterLimit 2000000000
#Cutoff 1e100
#IterationLimit 1e100
#NodeLimit 1e100
#SolutionLimit 2000000000
#TimeLimit 1e100
#
# Tolerance parameters
#
#BarConvTol 1.0e-8
#BarQCPConvTol 1.0e-6
#FeasibilityTol 1.0e-6
#IntFeasTol 1.0e-5
#MarkowitzTol 0.0078125
#MIPGap 0.0001
#MIPGapAbs 1.0e-10
#OptimalityTol 1.0e-6
#PSDTol 1.0e-6
#
# Simplex parameters
#
#InfUnbdInfo 0
#NormAdjust -1
#ObjScale 0.0
#PerturbValue 0.0002
#Quad -1
#ScaleFlag 1
#Sifting -1
#SiftMethod -1
#SimplexPricing -1
#
# Barrier parameters
#
#BarCorrectors -1
#BarHomogeneous -1
#BarOrder -1
#Crossover -1
#CrossoverBasis 0
#QCPDual 0
#
# MIP parameters
#
#BranchDir 0
#Heuristics 0.05
#ImproveStartGap 0
#ImproveStartNodes 1e100
#ImproveStartTime 1e100
#MinRelNodes 0
#MIQCPMethod -1
#MIPFocus 0
#NodefileDir .
#NodefileStart 1e100
#NodeMethod 1
#PumpPasses 0
#RINS -1
#SolutionNumber 0
#SubMIPNodes 500
#Symmetry -1
#VarBranch -1
#ZeroObjNodes 0
#
# MIP Cut parameters
#
#Cuts -1
#CliqueCuts -1
#CoverCuts -1
#FlowCoverCuts -1
#FlowPathCuts -1
#GUBCoverCuts -1
#ImpliedCuts -1
#MIPSepCuts -1
#MIRCuts -1
#ModKCuts -1
#NetworkCuts -1
#SubMIPCuts -1
#ZeroHalfCuts -1
#CutAggPasses -1
#CutPasses -1
#GomoryPasses -1
#
# Other parameters
#
#AggFill 10
#Aggregate 1
#DisplayInterval 5
#DualReductions 1
#FeasRelaxBigM 1e6
#IISMethod -1
#InputFile ""
#LogFile gurobi.log
###############################################
LogToConsole 0
#Method -1
OutputFlag 0
################################################
#PreCrush 0
#PreDepRow -1
#PreDual -1
#PrePasses -1
#PreQLinearize -1
#Presolve -1
#PreSparsify 0
#ResultFile ""
#Seed 0
#Threads 0