# ==========================================================
# = Solver Results                                         =
# ==========================================================

# ----------------------------------------------------------
#   Problem Information
# ----------------------------------------------------------
Problem: 
- Name: TINYMATCHING
  Lower bound: 3.0
  Upper bound: 3.0
  Number of objectives: 1
  Number of constraints: 3
  Number of variables: 9
  Number of binary variables: 0
  Number of integer variables: 0
  Number of continuous variables: 9
  Number of nonzeros: 9
  Sense: minimize

# ----------------------------------------------------------
#   Solver Information
# ----------------------------------------------------------
Solver: 
- Status: ok
  Return code: 0
  Message: Model was solved to optimality (subject to tolerances), and an optimal solution is available.
  Termination condition: optimal
  Termination message: Model was solved to optimality (subject to tolerances), and an optimal solution is available.
  Error rc: 0

# ----------------------------------------------------------
#   Solution Information
# ----------------------------------------------------------
Solution: 
- number of solutions: 1
  number of solutions displayed: 1
- Status: optimal
  Message: Model was solved to optimality (subject to tolerances), and an optimal solution is available.
  Objective: 
    __default_objective__: 
      Value: 3.0
  Variable: 
    X11: 
      Value: 1.0
    X23: 
      Value: 1.0
    X32: 
      Value: 1.0
  Constraint: 
    NODEA1: 
      Dual: 1.0
    NODEA2: 
      Dual: 1.0
    NODEA3: 
      Dual: 1.0
