File tree 2 files changed +4
-4
lines changed
cegis_control_benchmark_03
cegis_control_benchmark_04
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -450,7 +450,7 @@ void assert_nonzero_controller(void) {
450
450
__DSVERIFIER_assert (nonzero_coefficients > 0 );
451
451
}
452
452
453
- int safety_stability (void ) {
453
+ void safety_stability (void ) {
454
454
#ifdef INTERVAL
455
455
get_bounds (); //get interval bounds
456
456
#endif
@@ -466,8 +466,6 @@ int safety_stability(void) {
466
466
__CPROVER_array_copy (K_fxp_trace , K_fxp );
467
467
//__CPROVER_assert(0 == 1, "");
468
468
#endif
469
-
470
- return 0 ;
471
469
}
472
470
473
471
int main (void ) {
@@ -484,4 +482,5 @@ int main(void) {
484
482
#ifndef CPROVER
485
483
}
486
484
#endif
485
+ return 0 ;
487
486
}
Original file line number Diff line number Diff line change @@ -466,7 +466,7 @@ void assert_nonzero_controller(void) {
466
466
__DSVERIFIER_assert (nonzero_coefficients > 0 );
467
467
}
468
468
469
- int safety_stability (void ) {
469
+ void safety_stability (void ) {
470
470
#ifdef INTERVAL
471
471
get_bounds (); //get interval bounds
472
472
#endif
@@ -502,4 +502,5 @@ int main(void) {
502
502
#ifndef CPROVER
503
503
}
504
504
#endif
505
+ return 0 ;
505
506
}
You can’t perform that action at this time.
0 commit comments