Skip to content

Commit b69965c

Browse files
committed
Update README.md with best known objective value and component sizes
1 parent 435b80c commit b69965c

File tree

1 file changed

+11
-16
lines changed

1 file changed

+11
-16
lines changed

gdplib/README.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,20 @@ The contaminant concentration and flow rate of the feed streams, contaminant rec
3535

3636
### Solution
3737

38-
Best known objective value: 348,340
38+
Best known objective value: $ 348,340
3939

4040
### Size
4141

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 |
5752

5853
### References
5954

0 commit comments

Comments
 (0)