plansolve 0.27.0

Official Rust client library for the PlanSolve optimization API.
Documentation
1
2
3
4
5
6
7
8
//! Public Jobs API — list, create, and fetch solver jobs for the authenticated
//! tenant, independent of which solver produced them.

mod client;
mod models;

pub use client::{GetJobsParams, JobsClient};
pub use models::*;