Skip to content

Commit

Permalink
update kaibel size table
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedongPeng committed Aug 18, 2024
1 parent ee64121 commit 5331c55
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 deletions.
26 changes: 10 additions & 16 deletions gdplib/kaibel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,13 @@ Best known objective value: 99,709

### Size

| Problem | vars | Bool | bin | int | cont | cons | nl | disj | disjtn |
|-----------|------|------|-----|-----|------|------|----|------|--------|
| Kaibel Column | 3605 | 178 | 0 | 0 | 3427 | 5715 | 2124 | 182 | 100 |

- ``vars``: variables
- ``Bool``: Boolean variables
- ``bin``: binary variables
- ``int``: integer variables
- ``cont``: continuous variables
- ``cons``: constraints
- ``nl``: nonlinear constraints
- ``disj``: disjuncts
- ``disjtn``: disjunctions



| Component | Number |
|:----------------------|---------:|
| Variables | 4033 |
| Binary variables | 200 |
| Integer variables | 0 |
| Continuous variables | 3833 |
| Disjunctions | 100 |
| Disjuncts | 200 |
| Constraints | 5790 |
| Nonlinear constraints | 2128 |
2 changes: 1 addition & 1 deletion generate_model_size_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"gdp_col": [],
"hda": [],
"jobshop": [],
# "kaibel", # next step
"kaibel": [],
"med_term_purchasing": [],
"methanol": [],
"mod_hens": [
Expand Down

0 comments on commit 5331c55

Please sign in to comment.