Skip to content

Commit 4902014

Browse files
done
1 parent 5a0df4d commit 4902014

File tree

5 files changed

+220
-220
lines changed

5 files changed

+220
-220
lines changed
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
namespace Highs.Enums;
2-
3-
/// <summary>
4-
/// This is (part of) the return value of most HiGHS methods
5-
/// </summary>
6-
public enum Status
7-
{
8-
/// <summary>
9-
/// The method has exposed an error
10-
/// </summary>
11-
Error = -1,
12-
/// <summary>
13-
/// The method has completed successfully
14-
/// </summary>
15-
Ok,
16-
/// <summary>
17-
/// The method has recovered from an unusual event, or has terminated due to reaching a time or iteration limit
18-
/// </summary>
19-
Warning
20-
}
1+
namespace Highs.Enums;
2+
3+
/// <summary>
4+
/// This is (part of) the return value of most HiGHS methods
5+
/// </summary>
6+
public enum HighsStatus
7+
{
8+
/// <summary>
9+
/// The method has exposed an error
10+
/// </summary>
11+
Error = -1,
12+
/// <summary>
13+
/// The method has completed successfully
14+
/// </summary>
15+
Ok,
16+
/// <summary>
17+
/// The method has recovered from an unusual event, or has terminated due to reaching a time or iteration limit
18+
/// </summary>
19+
Warning
20+
}

0 commit comments

Comments
 (0)