Enum gurobi::error::Error
[−]
[src]
pub enum Error {
NotImplemented,
FromAPI(String, c_int),
NulError(NulError),
InconsitentDims,
StringConversion,
}The error type for operations in Gurobi Rust API.
Variants
NotImplemented | This function has yet implemented | |
FromAPI | An exception returned from Gurobi C API | |
NulError | ||
InconsitentDims | Inconsistent argument dimensions | |
StringConversion | String conversion error |