@opvious/api-operations
Advanced tools
+4
-4
| { | ||
| "name": "@opvious/api-operations", | ||
| "version": "0.10.12", | ||
| "version": "0.10.13", | ||
| "repository": "github:opvious/api-gateway", | ||
@@ -37,5 +37,5 @@ "description": "API GraphQL schema and operations resources", | ||
| "@graphql-codegen/typescript-operations": "^2.5.6", | ||
| "@opvious/account-graph": "^0.9.21", | ||
| "@opvious/attempt-graph": "^0.12.24", | ||
| "@opvious/formulation-graph": "^0.15.11", | ||
| "@opvious/account-graph": "^0.9.22", | ||
| "@opvious/attempt-graph": "^0.12.26", | ||
| "@opvious/formulation-graph": "^0.15.13", | ||
| "graphql-tag": "^2.12.6", | ||
@@ -42,0 +42,0 @@ "ts-loader": "^9.3.1", |
@@ -268,2 +268,3 @@ # Targeted model snippets | ||
| fragment FullAttemptOptions on AttemptOptions { | ||
| optimizerName | ||
| relativeGapThreshold | ||
@@ -270,0 +271,0 @@ absoluteGapThreshold |
@@ -111,2 +111,5 @@ """An opaque access token to emit API requests""" | ||
| formulationName: FormulationName! | ||
| """Name of the underlying optimizer""" | ||
| optimizerName: OptimizerName | ||
| parameters: [ParameterInput!] | ||
@@ -175,2 +178,3 @@ | ||
| absoluteGapThreshold: Float | ||
| optimizerName: OptimizerName | ||
| pinnedVariableLabels: [Label!]! | ||
@@ -563,2 +567,4 @@ primalValueEpsilon: Float | ||
| scalar OptimizerName | ||
| union Outcome = FailedOutcome | FeasibleOutcome | ||
@@ -565,0 +571,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
555491
0.3%5695
0.26%