2 releases
0.1.1 | Dec 11, 2023 |
---|---|
0.1.0 | Nov 29, 2023 |
#240 in Visualization
155KB
3K
SLoC
Napali
About
Napali is a TUI interface to Integrated Reasoning's hardware-accelerated solver service. The TUI provides an environment for interacting with combinatorial optimization solvers and managing local and remote optimization workloads. Furthermore, Napali aims to facilitate modern development practices in operations research workflows.
This developer preview release is intended for early adopters and has no solver related features enabled at this time.
Usage as a flake
Add napali to your flake.nix
:
{
inputs.napali.url = "https://flakehub.com/f/integrated-reasoning/napali/*.tar.gz";
outputs = { self, napali }: {
# Use in your outputs
};
}
Running with Docker
docker run -it integratedreasoning/napali:latest
Dependencies
~36–55MB
~878K SLoC