Skip to content

Commit af4d9b0

Browse files
committed
Fix another example
1 parent 48f0688 commit af4d9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/call_highs_from_c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ void full_api() {
652652
assert(dual_solution_status == kHighsSolutionStatusNone);
653653
// The basis status value should indicate invalidity
654654
assert(basis_validity == kHighsBasisValidityInvalid);
655-
assert(mip_node_count == 1);
655+
assert(mip_node_count == 0);
656656

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

0 commit comments

Comments
 (0)