Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

checksol-class

Structure of the Class "checksol"


Description

Structure of the class "checksol". Objects of that class are returned by the function checkOptSol.

Objects from the Class

Objects can be created by calls of the form new("checksol").

Slots

exit_code:

Object of class "integer" containing the exit code of the lp solver.

exit_num:

Object of class "integer" containing the number of appearance of a specific exit code.

exit_meaning:

Object of class "character" containing the meaning of the exit code.

num_of_prob:

Object of class "integer" indicating the number of optimization problems.

status_code:

Object of class "integer" containing the solution status of the lp problem.

status_num:

Object of class "integer" containing the number of appearance of a specific solution status.

status_meaning:

Object of class "character" containing the meaning of the solution status.

Methods

exit_code<-:

signature(object = "checksol"): sets the exit_code slot.

exit_code:

signature(object = "checksol"): gets the exit_code slot.

exit_meaning<-:

signature(object = "checksol"): sets the exit_meaning slot.

exit_meaning:

signature(object = "checksol"): gets the exit_meaning slot.

exit_num<-:

signature(object = "checksol"): sets the exit_num slot.

exit_num:

signature(object = "checksol"): gets the exit_num slot.

num_of_prob<-:

signature(object = "optsol"): sets the num_of_prob slot.

num_of_prob:

signature(object = "optsol"): gets the num_of_prob slot.

show:

signature(object = "checksol"): prints some details specific to the instance of class checksol.

status_code<-:

signature(object = "checksol"): sets the status_code slot.

status_code:

signature(object = "checksol"): gets the status_code slot.

status_meaning<-:

signature(object = "checksol"): sets the status_meaning slot.

status_meaning:

signature(object = "checksol"): gets the status_meaning slot.

status_num<-:

signature(object = "checksol"): sets the status_num slot.

status_num:

signature(object = "checksol"): gets the status_num slot.

Author(s)

Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>

Maintainer: Mayo Roettger <mayo.roettger@hhu.de>

See Also

Examples

showClass("checksol")

sybil

Efficient Constrained Based Modelling

v2.1.5
GPL-3 | file LICENSE
Authors
Mayo Roettger [cre], Gabriel Gelius-Dietrich [aut], C. Jonathan Fritzemeier [ctb], Rajen Piernikarczyk [ctb], Marc Andre Daxer [ctb], Benjamin Braasch [ctb], Abdelmoneim Desouki [ctb], Martin J. Lercher [ctb]
Initial release
2019-03-07

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.