tiny-solver 0.3.1

Factor graph solver
Documentation
# tiny-solver-rs
Inspired by ceres-solver and tiny-solver. This is a re-implemented version of [tiny-solver](https://github.com/keir/tinysolver/tree/master) in rust.

### Installation
#### rust

#### python

### Usage
Under development.

### Example
#### rust
```sh
cargo run -r --example m3500_benchmar
```

#### python
```
python3 examples/python/m3500.py
```