coco-sys 0.2.0

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

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