Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cnpryer committed Jan 18, 2025
1 parent 4570794 commit 569da39
Show file tree
Hide file tree
Showing 21 changed files with 190 additions and 1,152 deletions.
72 changes: 0 additions & 72 deletions .github/workflows/ci.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
name: spelling

on:
push:
branches:
- "master"
pull_request:
branches:
- "master"
on: [push]

jobs:
typos:
name: spelling
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: crate-ci/typos@master
with:
files: .
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
.vscode/
/target


# Added by cargo
#
# already existing elements were commented out

#/target
/target
/Cargo.lock
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
[workspace]
members = ["crates/*"]
resolver = "2"

[workspace.package]
edition = "2024"
rust-version = "1.85"

[workspace.lints.clippy]
pedantic = "warn"
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
[![tests](https://github.com/cnpryer/solver/actions/workflows/ci.yaml/badge.svg)](https://github.com/cnpryer/solver/actions/workflows/ci.yaml)

# solver

A fast solver library for Rust.
Note that `solver` is currently only intended to be used for VRP. `solver-vrp` is inspired by [`nextroute`](https://github.com/nextmv-io/nextroute).

# Goals

- Fast
- Compact
- Expressive
- Domain-Driven
18 changes: 0 additions & 18 deletions crates/solver-graph/Cargo.toml

This file was deleted.

34 changes: 0 additions & 34 deletions crates/solver-graph/README.md

This file was deleted.

Binary file removed crates/solver-graph/img/small-graph.png
Binary file not shown.
121 changes: 0 additions & 121 deletions crates/solver-graph/src/helpers.rs

This file was deleted.

24 changes: 0 additions & 24 deletions crates/solver-graph/src/lib.rs

This file was deleted.

Loading

0 comments on commit 569da39

Please sign in to comment.