26 |
'SLV' solver interface. |
'SLV' solver interface. |
27 |
|
|
28 |
@see slv |
@see slv |
|
|
|
|
Requires: |
|
|
#include "utilities/ascConfig.h" |
|
|
#include "compiler/instance_enum.h" |
|
|
#include "solver/var.h" |
|
|
#include "solver/rel.h" |
|
|
#include "solver/discrete.h" |
|
|
#include "solver/conditional.h" |
|
|
#include "solver/logrel.h" |
|
|
#include "solver/bnd.h" |
|
|
#include "solver/linsol.h" |
|
|
#include "solver/linsolqr.h" |
|
|
#include "solver/slv_common.h" |
|
|
#include "solver/slv_types.h" |
|
29 |
*//** |
*//** |
30 |
@page slv SLV Solver Interface |
@page slv SLV Solver Interface |
31 |
|
|
237 |
#define ASC_SLV_CLIENT_H |
#define ASC_SLV_CLIENT_H |
238 |
|
|
239 |
#include <utilities/ascConfig.h> |
#include <utilities/ascConfig.h> |
240 |
|
#include <compiler/instance_enum.h> |
241 |
|
#include <solver/var.h> |
242 |
|
#include <solver/rel.h> |
243 |
|
#include <solver/discrete.h> |
244 |
|
#include <solver/conditional.h> |
245 |
|
#include <solver/logrel.h> |
246 |
|
#include <solver/bnd.h> |
247 |
|
#include <solver/linsol.h> |
248 |
|
#include <solver/linsolqr.h> |
249 |
|
#include <solver/slv_common.h> |
250 |
|
#include <solver/slv_types.h> |
251 |
|
|
252 |
typedef void *SlvClientToken; |
typedef void *SlvClientToken; |
253 |
/**< |
/**< |