lift-codegen-0.4.0 is not a library.
============================================================================ lift-codegen — Define models & algorithms from Rust, emit .lif + .lith
Run: cargo run --bin lift-codegen
This binary demonstrates LIFT's programmatic model construction. When executed, it:
- Defines models using the ModelBuilder fluent API
- Generates .lif files (LIFT IR source)
- Generates .lith files (compilation config)
- Verifies the generated IR
- Analyses the model (FLOPs, memory)
- Runs optimization passes
- Exports to LLVM IR