Skip to content

Instantly share code, notes, and snippets.

View yifeiyin's full-sized avatar
🗿
What’s happening?

Yifei Yin yifeiyin

🗿
What’s happening?
View GitHub Profile
struct Variable { Type value, bool flag };
class Problem
{
private:
int NumProblem;
Variable * pvars;
public:
Problem(int n) : NumProblem(n)
#include <iostream>
#include <fstream>
#include <string>
#include "Mathematic.h"
typedef double Type
const int NUM_VAR = 20;