You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write problem and solver settings into a JSON file
Call the template engine Tera (Rust program) to have the templates expanded with the provided settings
Create @ccallable julia functions for all functions that are expected by the expanded templates. These use jl_call or @cfunction to call into the julia runtime.
Strategy 1: C calls into Julia
@ccallable
julia functions for all functions that are expected by the expanded templates. These usejl_call
or@cfunction
to call into the julia runtime.Strategy 2: Julia calls C solver
The text was updated successfully, but these errors were encountered: