2 releases

0.1.1 Dec 11, 2023
0.1.0 Nov 29, 2023

#124 in Visualization

38 downloads per month

MIT license

155KB
3K SLoC

Napali

ci docs.rs License: MIT codecov Docker Image Size (tag) FlakeHub

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.

Napali VHS demo

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

~35–53MB
~880K SLoC