Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Melodic
melodic-integration
Commits
edaaa435
Commit
edaaa435
authored
Feb 13, 2020
by
Marta Różańska
Browse files
solver types in uppercase
parent
e4e5cc0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
interfaces/src/main/resources/services/process/process.raml
View file @
edaaa435
...
...
@@ -41,7 +41,7 @@ types:
type: ApiLib.NotificationResult
designatedSolver:
type: string
enum: [
cpsolver, lasolver, milpsolver, none, ptsolver, geneticsolver, ncsolver
]
enum: [
CPSOLVER, LASOLVER, MILPSOLVER, NONE, PTSOLVER, GENETICSOLVER, NCSOLVER
]
watermark:
type: ApiLib.Watermark
SolutionRequest:
...
...
@@ -58,7 +58,7 @@ types:
description: Path in the CDO where CP and PAM models can be found.
designatedSolver:
type: string
enum: [
cpsolver, lasolver, milpsolver, none, ptsolver, geneticsolver, ncsolver
]
enum: [
CPSOLVER, LASOLVER, MILPSOLVER, NONE, PTSOLVER, GENETICSOLVER, NCSOLVER
]
notificationSubject:
type: string
description: Notification subject that will be used when reporting the CP notification.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment