Skip to content

Commit 48f0688

Browse files
committed
Fix example
1 parent 47de034 commit 48f0688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/call_highs_from_c_minimal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ void full_api() {
627627
assert(dual_solution_status == kHighsSolutionStatusNone);
628628
// The basis status value should indicate invalidity
629629
assert(basis_validity == kHighsBasisValidityInvalid);
630-
assert(mip_node_count == 1);
630+
assert(mip_node_count == 0);
631631

632632
// Get the primal and dual solution
633633
Highs_getSolution(highs, col_value, col_dual, row_value, row_dual);

0 commit comments

Comments
 (0)