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

constraint-class

Class 'constraint': a single constraint


Description

constraint is an S4 class to represent a single constraint.

Slots

constraint

the numeric index of the constraint.

constraint_id

the character ID of the constraint.

nc

the number of MIP-format constraints translated from this constraint.

mat,dir,rhs

these represent MIP-format constraints. A single MIP-format constraint is associated with a row in mat, a value in rhs, and a value in dir.

  • the i-th row of mat represents LHS coefficients to use on decision variables in the i-th MIP-format constraint.

  • the i-th value of rhs represents RHS values to use in the i-th MIP-format constraint.

  • the i-th value of dir represents the imposed constraint between LHS and RHS.

suspend

TRUE if the constraint is not to be imposed.


TestDesign

Optimal Test Design Approach to Fixed and Adaptive Test Construction

v1.2.2
GPL (>= 2)
Authors
Seung W. Choi [aut, cre] (<https://orcid.org/0000-0003-4777-5420>), Sangdon Lim [aut] (<https://orcid.org/0000-0002-2988-014X>)
Initial release
2021-01-26

We don't support your browser anymore

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