#include "Alps.h"
#include "AlpsKnowledge.h"
#include "BcpsConfig.h"
#include "Bcps.h"
Go to the source code of this file.
◆ BCPS_NONREMOVALBE
#define BCPS_NONREMOVALBE 0x0001 |
◆ BCPS_BRACNEDON
#define BCPS_BRACNEDON 0x0010 |
◆ BCPS_SENDABLE
#define BCPS_SENDABLE 0x0100 |
◆ BcpsIntegral_t
typedef's for various integral types.
They are defined here so it's easy to allocate more (or less) bits for them as needed.
Definition at line 46 of file BcpsObject.h.
◆ BcpsObject_p
◆ BcpsObject_t
The possible types of an object: primal or dual (i.e., variable or constraint.
Enumerator |
---|
BCPS_PRIMAL_OBJECT | |
BCPS_VAR_OBJECT | |
BCPS_DUAL_OBJECT | |
BCPS_CON_OBJECT | |
Definition at line 54 of file BcpsObject.h.
◆ BcpsObjRep_t
The possible representations types of an object.
Enumerator |
---|
BCPS_CORE | |
BCPS_INDEXED | |
BCPS_ALGO | |
Definition at line 65 of file BcpsObject.h.