class Symphony::Solver

Defined in:

linprog/symphony.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def clone #

[View source]
def direction #

[View source]
def direction=(value : LinProg::Direction) #

[View source]
def finalize #

[View source]
def free! #

[View source]
def load(filename : String, format : FileFormat = FileFormat::MPS) #

[View source]
def load_explicit(aproblem : LinProg::Problem) #

[View source]
def load_gmpl(modelfile : String, datafile : String) #

[View source]
def other_solutions #

[View source]
def reset #

[View source]
def save(filename : String, format : FileFormat = FileFormat::MPS) #

[View source]
def set_defaults #

[View source]
def solution_f #

[View source]
def solution_x #

[View source]
def solve #

[View source]
def status #

[View source]