File tree Expand file tree Collapse file tree 1 file changed +11
-16
lines changed Expand file tree Collapse file tree 1 file changed +11
-16
lines changed Original file line number Diff line number Diff line change @@ -35,25 +35,20 @@ The contaminant concentration and flow rate of the feed streams, contaminant rec
35
35
36
36
### Solution
37
37
38
- Best known objective value: 348,340
38
+ Best known objective value: $ 348,340
39
39
40
40
### Size
41
41
42
- Number of reactors in series is 5.
43
-
44
- | Problem | vars | Bool | bin | int | cont | cons | nl | disj | disjtn |
45
- | ----------------- | ---- | ---- | --- | --- | ---- | ---- | -- | ---- | ------ |
46
- | ` water_network ` | | | | | | | | | |
47
-
48
- - `` vars `` : variables
49
- - `` Bool `` : Boolean variables
50
- - `` bin `` : binary variables
51
- - `` int `` : integer variables
52
- - `` cont `` : continuous variables
53
- - `` cons `` : constraints
54
- - `` nl `` : nonlinear constraints
55
- - `` disj `` : disjuncts
56
- - `` disjtn `` : disjunctions
42
+ | Component | pwl | quadratic |
43
+ | :-------------------- | :--: | :-------: |
44
+ | variables | 1405 | 420 |
45
+ | binary_variables | 510 | 10 |
46
+ | integer_variables | 0 | 0 |
47
+ | continuous_variables | 895 | 410 |
48
+ | disjunctions | 5 | 5 |
49
+ | disjuncts | 10 | 10 |
50
+ | constraints | 1339 | 334 |
51
+ | nonlinear_constraints | 28 | 33 |
57
52
58
53
### References
59
54
You can’t perform that action at this time.
0 commit comments