Searched refs:m_problem (Results 1 – 5 of 5) sorted by relevance
57 m_problem = p; // take ownership in set_infeasible()61 return m_problem; in get_feasibility_problem()85 feasibility_problem *m_problem; variable
82 m_status (STATUS_NEW), m_epath_length (0), m_problem (NULL) in saved_diagnostic()97 delete m_problem; in ~saved_diagnostic()
54 return m_problem; in get_feasibility_problem()87 feasibility_problem *m_problem; // owned variable
656 m_best_epath (NULL), m_problem (NULL), in saved_diagnostic()673 delete m_problem; in ~saved_diagnostic()819 delete m_problem; in calc_best_epath()820 m_problem = NULL; in calc_best_epath()823 &m_problem); in calc_best_epath()
2921 Remove assertion that m_problem was set when m_best_epath is NULL.3030 (saved_diagnostic::m_problem): Document ownership.6012 Initialize new fields m_status, m_epath_length, and m_problem.6013 (saved_diagnostic::~saved_diagnostic): Delete m_problem.6023 status. Add fields m_status, m_epath_length and m_problem.