-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOUBSCfg.txt
More file actions
68 lines (47 loc) · 1.97 KB
/
Copy pathOUBSCfg.txt
File metadata and controls
68 lines (47 loc) · 1.97 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
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# - - - - - - - - - - - - - - - - OUBSCfg.txt - - - - - - - - - - - - - - - -
#
# A txt description of a BlockSolverConfig for the "other" :UnitBlock, which
# is allowed to be empty if all the "other" :UnitBlock are treated as "easy"
#
# Antonio Frangioni
#
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
BlockSolverConfig # exact type of the Configuration object
1 # the BlockSolverConfig is a "differential" one
1 # number of (the names of) Solver in this BlockSolverConfig
# now all the names of the Solver - - - - - - - - - - - - - - - - - - - - - -
#CPXMILPSolver
#SCIPMILPSolver
GRBMILPSolver
#HiGHSMILPSolver
1 # number of ComputeConfig in this BlockSolverConfig
# now all the ComputeConfig
ComputeConfig # exact type of the ComputeConfig object
1 # f_diff == 0 ==> all non-provided parameters are set to the default value
# f_diff == 1 ==> all non-provided parameters are not changed
2 # number of integer parameters
# now all the integer parameters
intLogVerb 0 # log verbosity of the MILPSolver
intRelaxIntVars 1 # nonzero if the continuous relaxation is solved
0 # number of double parameters
# now all the double parameters
# [none]
0 # number of string parameters
# now all the string parameters
#strOutputFile unit.lp
0 # number of vector-of-int parameters
# now all the vector-of-int parameters
# [none]
0 # number of vector-of-double parameters
# now all the vector-of-double parameters
# [none]
0 # number of vector-of-string parameters
# now all the vector-of-string parameters
# [none]
# pointer to the "extra" Configuration
* # [none]
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# - - - - - - - - - - - - - - - - END OUBSCfg.txt - - - - - - - - - - - - - -
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -