mirror of
https://github.com/mrfluffy-dev/lpr.git
synced 2026-01-17 02:10:33 +00:00
Lets gooooo
This commit is contained in:
13
Models/DecisionVariable.cs
Normal file
13
Models/DecisionVariable.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Common
|
||||
{
|
||||
public class DecisionVariable
|
||||
{
|
||||
public double Coefficient { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user