jump-dev / jump-dev/MathOptAnalyzer.jl
Add summarize(data, model::JuMP.Model)
- Lingua principale
- Julia
- Stelle
- 20
- Fork
- 3
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Would it be possible to translate the MOI stuff back to JuMP?
```md
## List of issues
Showing first 10 issues (37 issues ommitted)
* Variable: MOI.VariableIndex(31914)
* Variable: MOI.VariableIndex(31915)
* Variable: MOI.VariableIndex(31916)
```
is not as helpfull as
```md
## List of issues
Showing first 10 issues (37 issues ommitted)
* Variable: $(JuMP.all_variables(model)[31914])
* Variable: $(JuMP.all_variables(model)[31915])
* Variable: $(JuMP.all_variables(model)[31916])
```
Same for the constraints:
```julia
MathOptInterface.ConstraintIndex{MathOptInterface.ScalarAffineFunction{Float64}, MathOptInterface.GreaterThan{Float64}}(518)
```
```julia
JuMP.all_constraints(model, JuMP.AffExpr, MOI.GreaterThan{Float64})[518]
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Start at the requested summarize(data, model::JuMP.Model) entry point and review how the current output renders MOI.VariableIndex and constraint indices. Use the examples in this issue as the target behavior; done means variables and constraints are reported through their corresponding JuMP representations.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- julia
- Ambito
- devtools
- Tipo di issue
- Funzionalità
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 45/100