Module: Highs
- Extended by:
- Methods
- Defined in:
- lib/highs.rb,
lib/highs/ffi.rb,
lib/highs/array.rb,
lib/highs/model.rb,
lib/highs/methods.rb,
lib/highs/version.rb
Defined Under Namespace
Modules: FFI, Methods Classes: BaseArray, DoubleArray, Error, IntArray, Model
Constant Summary collapse
- VERSION =
"0.2.5"
Class Attribute Summary collapse
-
.ffi_lib ⇒ Object
Returns the value of attribute ffi_lib.
Method Summary
Methods included from Methods
lp, lp_call, mip, mip_call, qp, qp_call, read
Class Attribute Details
.ffi_lib ⇒ Object
Returns the value of attribute ffi_lib.
16 17 18 |
# File 'lib/highs.rb', line 16 def ffi_lib @ffi_lib end |