Skip to content

Commit d58d615

Browse files
GiggleLiuclaude
andcommitted
docs: update import paths in getting-started guide
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 68d2d48 commit d58d615

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ A path graph `0–1–2–3` has 4 vertices and 3 edges.
3939

4040
```rust,ignore
4141
use problemreductions::prelude::*;
42-
use problemreductions::models::optimization::ILP;
42+
use problemreductions::models::algebraic::ILP;
4343
use problemreductions::solvers::ILPSolver;
4444
use problemreductions::topology::SimpleGraph;
4545

0 commit comments

Comments
 (0)