1#![allow(dead_code)]
2#![allow(mutable_transmutes)]
3#![allow(non_camel_case_types)]
4#![allow(non_snake_case)]
5#![allow(non_upper_case_globals)]
6#![allow(unused_assignments)]
7#![allow(unused_mut)]
8#![feature(extern_types)]
9#![feature(linkage)]
10#![feature(register_tool)]
11#![register_tool(c2rust)]
12
13
14#[cfg_attr(target_pointer_width="32", path="src32")]
15#[cfg_attr(target_pointer_width="64", path="src64")]
16pub mod src {
17pub mod lin_sys {
18pub mod direct {
19pub mod pardiso {
20pub mod pardiso_interface;
21pub mod pardiso_loader;
22} pub mod qdldl {
24pub mod amd {
25pub mod src {
26pub mod SuiteSparse_config;
27pub mod amd_1;
28pub mod amd_2;
29pub mod amd_aat;
30pub mod amd_control;
31pub mod amd_defaults;
32pub mod amd_info;
33pub mod amd_order;
34pub mod amd_post_tree;
35pub mod amd_postorder;
36pub mod amd_preprocess;
37pub mod amd_valid;
38} } pub mod qdldl_interface;
41pub mod qdldl_sources {
42pub mod src {
43pub mod qdldl;
44} } } } pub mod lib_handler;
49} pub mod src {
51pub mod auxil;
52pub mod cs;
53pub mod error;
54pub mod kkt;
55pub mod lin_alg;
56pub mod lin_sys;
57pub mod osqp;
58pub mod polish;
59pub mod proj;
60pub mod scaling;
61pub mod util;
62} }