coco-sys 0.6.0

Generated Rust bindings for COCO benchmarking framework
Documentation
1
2
3
4
5
6
7
#include "vendor/coco.h"
#include "vendor/coco_internal.h"

void coco_suite_forget_current_problem(coco_suite_t *suite)
{
    suite->current_problem = NULL;
}