Function highs_sys::Highs_create

source ·
pub unsafe extern "C" fn Highs_create() -> *mut c_void
Expand description

Create a Highs instance and return the reference.

Call Highs_destroy on the returned reference to clean up allocated memory.

@returns A pointer to the Highs instance.