Adds bulma.css
This commit is contained in:
@@ -5,7 +5,7 @@ extern crate planner;
|
||||
|
||||
use self::cookbook::*;
|
||||
use self::cookbook::models::Recipe;
|
||||
use self::planner::solver::{Variables, Domain, Problem, Constraint};
|
||||
use self::planner::solver::{Variables, Domain, Problem};
|
||||
|
||||
/// We want a mapping of the week meals (matin, midi, soir)
|
||||
/// Breakfast => RecipeCategory::Breakfast
|
||||
@@ -29,11 +29,7 @@ impl Into<String> for Meals {
|
||||
}
|
||||
}
|
||||
}
|
||||
/// associated with filters for Domain, depending on recipes RecipeCategory
|
||||
enum RecipeCategory {
|
||||
Breakfast,
|
||||
MainCourse
|
||||
}
|
||||
|
||||
/// It may also contains an initial value for each variable
|
||||
fn generate_variables<V>(domain: &Domain<V>) -> Vec<(String, &Domain<V>, Option<&V>)> {
|
||||
let mut vars = Vec::new();
|
||||
|
||||
Reference in New Issue
Block a user