1# SCIP version 3.1.0.1
2
3# should the extended formulation be added in presolving?
4# [type: bool, range: {TRUE,FALSE}, default: FALSE]
5constraints/xor/addextendedform = TRUE
6
7# should the extended flow formulation be added (nonsymmetric formulation otherwise)?
8# [type: bool, range: {TRUE,FALSE}, default: FALSE]
9constraints/xor/addflowextended = TRUE
10
11# which variable selection should be used? ('f'ractionality, 'c'oefficient, 'p'seudocost, 'g'uided, 'd'ouble, 'v'eclen)
12# [type: char, range: {fcpgdv}, default: d]
13heuristics/nlpdiving/varselrule = g
14
15# feasibility tolerance factor; for checking the feasibility of the best solution
16# [type: real, advanced: FALSE, range: [0,1.79769313486232e+308], default: 1]
17numerics/checkfeastolfac = 10
18