Docs.rs
  • cplex-rs-0.1.7
    • cplex-rs 0.1.7
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • mbiggio
    • Dependencies
      • cplex-rs-sys ^0.1 normal
      • log ^0.4 normal
      • thiserror ^1.0 normal
    • Versions
    • 28.29% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • 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

cplex_rs0.1.7

Module parameters

Module Items

  • Modules
  • Structs
  • Enums
  • Traits

In crate cplex_rs

cplex_rs

Module parameters

Source

Modules§

barrier
emphasis
mip
preprocessing
read
tolerances

Structs§

RandomSeed
Random seed. https://www.ibm.com/docs/en/icos/12.9.0?topic=parameters-random-seed
ScreenOutput
Messages to screen switch. https://www.ibm.com/docs/en/icos/12.9.0?topic=parameters-messages-screen-switch
Threads
Global thread count. https://www.ibm.com/docs/en/icos/12.9.0?topic=parameters-global-thread-count
TimeLimit
Optimizer time limit in seconds. https://www.ibm.com/docs/en/icos/12.9.0?topic=parameters-optimizer-time-limit-in-seconds

Enums§

Advance
Advanced start switch. https://www.ibm.com/docs/en/icos/22.1.1?topic=parameters-advanced-start-switch
ParallelMode
Parallel mode switch. https://www.ibm.com/docs/en/icos/22.1.1?topic=parameters-parallel-mode-switch
ParameterValue

Traits§

Parameter
Parameter trait. It is a sealed trait, as it is supposed to be implemented only within the cples_rs library