Home
last modified time | relevance | path

Searched refs:SCIPsolSetPseudo (Results 1 – 3 of 3) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpub_sol.h146 void SCIPsolSetPseudo(
217 #define SCIPsolSetPseudo(sol) ((sol)->type = SCIP_SOLTYPE_PSEUDO) macro
H A Dsol.c688 SCIPsolSetPseudo(*sol); in SCIPsolCreatePseudoSol()
2508 #undef SCIPsolSetPseudo
2719 void SCIPsolSetPseudo( in SCIPsolSetPseudo() function
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG513SCIPsolSetPseudo to set or query the new type attribute of a primal solution. The type attribute g…