Function coco_sys::coco_evaluate_constraint [−][src]
pub unsafe extern "C" fn coco_evaluate_constraint(
problem: *mut coco_problem_t,
x: *const f64,
y: *mut f64
)Expand description
@brief Evaluates the problem constraints in point x and save the result in y.
