We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b2e5b commit f05415cCopy full SHA for f05415c
include/pyoptinterface/nlcore.hpp
@@ -362,9 +362,8 @@ struct LinearQuadraticModel
362
Hashmap<VariablePair, size_t> &m_hessian_index_map,
363
HessianSparsityType hessian_sparsity_type);
364
365
-#ifdef _MSC_VER
366
#define restrict __restrict
367
-#endif
+
368
void eval_objective(const double *restrict x, double *restrict y);
369
370
void eval_objective_gradient(const double *restrict x, double *restrict grad);
0 commit comments