| Namespace: |
http://fico.com/xpress/insight/rest/v1 |
Information about the solution of an executed scenario.
XML
Elements
| name (type) |
min/max occurs |
description |
| objective (double) |
0/1 |
The objective result for this scenario |
| gap (double) |
0/1 |
The gap for this scenario |
| numberOfSolutions (int) |
0/1 |
The number of solutions found for this scenario |
| problemStatus (string) |
0/1 |
The problem status for this scenario For valid values, see com.fico.xpress.insight.data.XPRIProblemStatus |
JSON
| property |
type |
description |
| objective |
objective (double) |
The objective result for this scenario |
| gap |
gap (double) |
The gap for this scenario |
| numberOfSolutions |
numberOfSolutions (int) |
The number of solutions found for this scenario |
| problemStatus |
problemStatus (string) |
The problem status for this scenario For valid values, see com.fico.xpress.insight.data.XPRIProblemStatus |