finst version done, no steps tho

This commit is contained in:
Guilleag01
2025-09-21 19:36:46 +02:00
commit 709e19469c
14 changed files with 3141 additions and 0 deletions

5
src/lib.rs Normal file
View File

@@ -0,0 +1,5 @@
pub mod app;
pub mod constraint_input;
pub mod simplex;
pub mod target_input;
pub mod variable_input;