File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ menu: {main: {weight: 10}}
1010
1111{{% blocks/lead color="primary" %}}
1212
13- [ SolverForge] ( https://www.solverforge.org ) is a free constraint programming framework for Python and Rust
13+ [ SolverForge] ( https://www.solverforge.org ) is a free constraint programming framework for Rust and Python
1414
1515<a class =" td-link-down " href =" #td-block-2 " ><i class =" fas fa-chevron-down " ></i ></a >
1616{{% /blocks/lead %}}
@@ -37,14 +37,14 @@ Schedule equipment maintenance to minimize downtime while meeting service requir
3737
3838{{% blocks/section type="row" %}}
3939
40- {{% blocks/feature icon="fab fa-python" title="Pythonic API" %}}
41- Write constraints using familiar Python syntax. No domain-specific language to learn.
42- {{% /blocks/feature %}}
43-
4440{{% blocks/feature icon="fab fa-rust" title="Rust Performance" %}}
4541Lightning-fast solving powered by Rust. Get optimal solutions in milliseconds.
4642{{% /blocks/feature %}}
4743
44+ {{% blocks/feature icon="fab fa-python" title="Python Bindings" %}}
45+ Write constraints using familiar Python syntax. SolverForge still runs native, with near-zero overhead.
46+ {{% /blocks/feature %}}
47+
4848{{% blocks/feature icon="fab fa-github" title="100% Open Source" url="https://github.com/SolverForge " %}}
4949Community-driven development. Fork it, extend it, make it yours.
5050{{% /blocks/feature %}}
You can’t perform that action at this time.
0 commit comments