Struct mosek::Sparam

source ·
#[non_exhaustive]
pub struct Sparam;
Expand description

String parameters

Implementations§

source§

impl Sparam

source

pub const BAS_SOL_FILE_NAME: i32 = 0i32

Name of the bas solution file.

source

pub const DATA_FILE_NAME: i32 = 1i32

Data are read and written to this file.

source

pub const DEBUG_FILE_NAME: i32 = 2i32

MOSEK debug file.

source

pub const INT_SOL_FILE_NAME: i32 = 3i32

Name of the int solution file.

source

pub const ITR_SOL_FILE_NAME: i32 = 4i32

Name of the itr solution file.

source

pub const MIO_DEBUG_STRING: i32 = 5i32

For internal debugging purposes.

source

pub const PARAM_COMMENT_SIGN: i32 = 6i32

Solution file comment character.

source

pub const PARAM_READ_FILE_NAME: i32 = 7i32

Modifications to the parameter database is read from this file.

source

pub const PARAM_WRITE_FILE_NAME: i32 = 8i32

The parameter database is written to this file.

source

pub const READ_MPS_BOU_NAME: i32 = 9i32

Name of the BOUNDS vector used. An empty name means that the first BOUNDS vector is used.

source

pub const READ_MPS_OBJ_NAME: i32 = 10i32

Objective name in the MPS file.

source

pub const READ_MPS_RAN_NAME: i32 = 11i32

Name of the RANGE vector used. An empty name means that the first RANGE vector is used.

source

pub const READ_MPS_RHS_NAME: i32 = 12i32

Name of the RHS used. An empty name means that the first RHS vector is used.

source

pub const REMOTE_OPTSERVER_HOST: i32 = 13i32

URL of the remote optimization server.

source

pub const REMOTE_TLS_CERT: i32 = 14i32

Known server certificates in PEM format

source

pub const REMOTE_TLS_CERT_PATH: i32 = 15i32

Path to known server certificates in PEM format

source

pub const SENSITIVITY_FILE_NAME: i32 = 16i32

Sensitivity report file name.

source

pub const SENSITIVITY_RES_FILE_NAME: i32 = 17i32

Name of the sensitivity report output file.

source

pub const SOL_FILTER_XC_LOW: i32 = 18i32

Solution file filter.

source

pub const SOL_FILTER_XC_UPR: i32 = 19i32

Solution file filter.

source

pub const SOL_FILTER_XX_LOW: i32 = 20i32

Solution file filter.

source

pub const SOL_FILTER_XX_UPR: i32 = 21i32

Solution file filter.

source

pub const STAT_KEY: i32 = 22i32

Key used when writing the summary file.

source

pub const STAT_NAME: i32 = 23i32

Name used when writing the statistics file.

source

pub const WRITE_LP_GEN_VAR_NAME: i32 = 24i32

Added variable names in the LP files.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.