Skip to content

Commit

Permalink
docs: added code comments to Minimum and Maximum
Browse files Browse the repository at this point in the history
  • Loading branch information
Casper Bollen authored and Casper Bollen committed Sep 16, 2023
1 parent 901bf0a commit d48d42e
Show file tree
Hide file tree
Showing 2 changed files with 365 additions and 50 deletions.
2 changes: 2 additions & 0 deletions src/Informedica.GenSolver.Lib/Types.fs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@ module rec Types =
| ValueRangeEmptyValueSet
| ValueRangeTooManyValues of valueCount: int
| ValueRangeEmptyIncrement
| ValueRangeMinShouldHaveOneValue of ValueUnit
| ValueRangeMinOverFlow of Minimum
| ValueRangeMaxShouldHaveOneValue of ValueUnit
| ValueRangeMaxOverFlow of Maximum
| ValueRangeMinMaxException of string
| VariableCannotSetValueRange of Variable * ValueRange
Expand Down
Loading

0 comments on commit d48d42e

Please sign in to comment.