File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,20 @@ ModelAnalyzer.Infeasibility.Analyzer
1111The analysis will return issues of the abstract type:
1212
1313``` @docs
14- ModelAnalyzer.Infeasibility.AbstractInfeasibilityIssue
14+ ModelAnalyzer.Infeasibility.AbstractInfeasibilitylIssue
1515```
1616
1717Specifically, the possible issues are:
1818
1919``` @docs
20- ModelAnalyzer.Infeasibility.PrimalInfeasibility
21- ModelAnalyzer.Infeasibility.PrimalInfeasibility
22- ModelAnalyzer.Infeasibility.PrimalInfeasibility
23- ModelAnalyzer.Infeasibility.PrimalInfeasibility
20+ ModelAnalyzer.Infeasibility.InfeasibleBounds
21+ ModelAnalyzer.Infeasibility.InfeasibleIntegrality
22+ ModelAnalyzer.Infeasibility.InfeasibleConstraintRange
23+ ModelAnalyzer.Infeasibility.IrreducibleInfeasibleSubset
2424```
2525
26- These issues are saved in the data structure that is returned from the ` ModelAnalyzer.analyze ` function:
26+ These issues are saved in the data structure that is returned from the
27+ ` ModelAnalyzer.analyze ` function:
2728
2829``` @docs
2930ModelAnalyzer.Infeasibility.Data
You can’t perform that action at this time.
0 commit comments