-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLPPar_AbstractBlock.txt
More file actions
73 lines (50 loc) · 2.25 KB
/
Copy pathLPPar_AbstractBlock.txt
File metadata and controls
73 lines (50 loc) · 2.25 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
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# - - - - - - - - - - - - - LPPar_AbstractBlock.txt - - - - - - - - - - - - -
#
# A txt description of a BlockSolverConfig for a customer or a location block
# used inside CWLAbstractBlockBuilder.h; this being a simple one-level LP
# (with no sub-Block), a :MILPSolver
#
# Enrico Gorgone, 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 # name of Solver
#GRBMILPSolver # name of Solver
#SCIPMILPSolver # name of Solver
HiGHSMILPSolver # name of Solver
1 # number of ComputeConfig in this BlockSolverConfig
# now all the ComputeConfig
# 1st 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
1 # number of integer parameters
# now all the integer parameters
intLogVerb 0 # LogVerb, log verbosity of the MILPSolver
0 # number of double parameters
# now all the double parameters
# [none]
0 # number of string parameters
# now all the string parameters
# [none]
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 of 1st ComputeConfig- - - - - - - - - - - - - - - - - - - - - - - - - -
# end of BlockSolverConfig- - - - - - - - - - - - - - - - - - - - - - - - - -
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# - - - - - - - - - - - END LPPar_AbstractBlock.txt - - - - - - - - - - - - -
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -