Docs.rs
netoptim-rs-0.1.3
netoptim-rs 0.1.3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
16 July 2026
Links
Repository
crates.io
Source
Owners
luk036
Dependencies
env_logger ^0.11.10
normal
optional
log ^0.4.32
normal
optional
num ^0.4.3
normal
num-traits ^0.2.19
normal
petgraph ^0.8.3
normal
serde ^1.0
normal
serde_json ^1.0.150
normal
criterion ^0.8.2
dev
quickcheck ^1.0
dev
Versions
71.43%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module network_oracle
netoptim_
rs
0.1.3
Module network_
oracle
Module Items
Structs
Traits
Type Aliases
In crate netoptim_
rs
netoptim_rs
Module
network_
oracle
Copy item path
Source
Expand description
Oracle for parametric network problems (cutting-plane / feasibility).
Structs
§
GradVec
Newtype wrapper around
Vec<f64>
so we can implement
Neg
and
Sum
(orphan rules prevent direct impls on
Vec<f64>
).
Network
Oracle
Traits
§
Oracle
Fn
Type Aliases
§
Cut