Skip to content

Commit 535c1c4

Browse files
committed
start of test"
1 parent 29e1f5c commit 535c1c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/call_highs_from_csharp.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66

77
class Program
88
{
9+
910
static void Main(string[] args)
1011
{
1112
string model_name = "egout";
13+
const double egout_optimal_objective = 568.1007;
1214

1315
HighsLpSolver solver = new HighsLpSolver();
1416

0 commit comments

Comments
 (0)