napali 0.1.1

TUI interface for Integrated Reasoning's accelerated solver API
napali-0.1.1 is not a library.

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.

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