Superwoman
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Make a copy Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    **Physical Design Notes** LinkedIn profiles to evaluate https://www.linkedin.com/in/patrick-spracklen-phd-27057217/ **Publications to evaluate** 1. Discriminating Instance Generation from Abstract Specifications: A Case Study with CP and MIPDiscriminating Instance Generation from Abstract Specifications: A Case Study with CP and MIP International Conference on Integration of Constraint Programming, Artificial Intelligence, and Operations Research · Jan 1, 2020 1. Automatic Streamlining for Constrained OptimizationAutomatic Streamlining for Constrained Optimization Conference on Principles and Practice of Constraint Programming · Jan 1, 2019: https://link.springer.com/chapter/10.1007/978-3-030-30048-7_22 1. A Framework for Constraint Based Local Search using EssenceA Framework for Constraint Based Local Search using Essence International Joint Conference on Artificial Intelligence · Jan 1, 2018: https://www.ijcai.org/Proceedings/2018/173 1. Automatic Generation and Selection of Streamlined Constraint Models via Monte Carlo Search on a Model LatticeAutomatic Generation and Selection of Streamlined Constraint Models via Monte Carlo Search on a Model Lattice Conference on Principles and Practice of Constraint Programming · Jan 1, 2018: https://link.springer.com/chapter/10.1007/978-3-319-98334-9_24 1. Automatically Improving Constraint Models in Savile RowAutomatically Improving Constraint Models in Savile Row Artificial Intelligence 251 · Jul 1, 2017 1. Automatically Improving SAT Encoding of Constraint Problems through Common Subexpression Elimination in Savile Row.Automatically Improving SAT Encoding of Constraint Problems through Common Subexpression Elimination in Savile Row. Springer International Publishing · Aug 13, 2015: https://link.springer.com/chapter/10.1007/978-3-319-23219-5_23 (these above 5-6 publications are attached to the linkedin profile above - how relevant??) Others..... https://arxiv.org/pdf/1509.01040.pdf https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2020GC008964 https://link.springer.com/article/10.1007/s10601-005-2239-9 (only able to retrieve short abstract) https://link.springer.com/chapter/10.1007/978-3-642-21434-9_9 https://sites.cs.ucsb.edu/~bultan/publications/baki-dissertation.pdf http://theory.stanford.edu/~barrett/pubs/LRT+16.pdf http://www.diva-portal.org/smash/get/diva2:20454/FULLTEXT01.pdf Questions What aspects of these might be best related or relevant to JITX? How so? Background / Terminology *CONSTRAINT SATISFACTION* Constraint Satisifaction is the process of finding a solution through a set of constraints that impose conditions that the variables must satisfy. A solution is therefore a set of values for the variables that satisfies all constraints—that is, a point in the feasible region. -constraints on a finite domain -search -backtracking -local search Constraint propagation are other methods used on such problems; most of them are incomplete in general, that is, they may solve the problem or prove it unsatisfiable, but not always. Constraint propagation methods are also used in conjunction with search to make a given problem simpler to solve. Other considered kinds of constraints are on real or rational numbers; solving problems on these constraints is done via variable elimination or the simplex algorithm. -constraint PLs - C++ or Java or Choco -constraint logic programming -constraint satisfaction toolkits Problems that can be expressed as constraint satisfaction problems are the eight queens puzzle, the Sudoku solving problem and many other logic puzzles, the Boolean satisfiability problem, scheduling problems, bounded-error estimation problems and various problems on graphs such as the graph coloring problem. It can be shown that the arithmetic inequalities or equations present in some types of finite logic puzzles such as Futoshiki or Kakuro (cross sums) Constraint satisfaction toolkits Constraint satisfaction toolkits are software libraries for imperative programming languages that are used to encode and solve a constraint satisfaction problem. Cassowary constraint solver, an open source project for constraint satisfaction (accessible from C, Java, Python and other languages). **Comet**, a commercial programming language and toolkit **Gecode**, an open source portable toolkit written in C++ developed as a production-quality and highly efficient implementation of a complete theoretical background. **Gelisp**, an open source portable wrapper of Gecode to Lisp. **IBM ILOG CP Optimizer**: C++, Python, Java, .NET libraries (proprietary, free for academic use).Successor of ILOG Solver/Scheduler, which was considered the market leader in commercial constraint programming software as of 2006 **JaCoP**, an open source Java constraint solver. **OptaPlanner**, another open source Java constraint solver. **Koalog**, a commercial Java-based constraint solver. **logilab-constraint**, an open source constraint solver written in pure Python with constraint propagation algorithms. **Minion**, an open-source constraint solver written in C++, with a small language for the purpose of specifying models/problems. **ZDC**, an open source program developed in the Computer-Aided Constraint Satisfaction Project for modelling and solving constraint satisfaction problems. *Note - Kaleidoscope is misleading. Wrong pathway.* *BACKTRACKING* Backtracking is a general algorithm for finding solutions to some computational problems, notably constraint satisfaction problems, that incrementally builds candidates to the solutions, and abandons a candidate ("backtracks") as soon as it determines that the candidate cannot possibly be completed to a valid solution. The classic textbook example of the use of backtracking is the eight queens puzzle, that asks for all arrangements of eight chess queens on a standard chessboard so that no queen attacks any other. In the common backtracking approach, the partial candidates are arrangements of k queens in the first k rows of the board, all in different rows and columns. Any partial solution that contains two mutually attacking queens can be abandoned. Backtracking is an important tool for solving constraint satisfaction problems,such as crosswords, verbal arithmetic, Sudoku, and many other puzzles. It is often the most convenient technique for parsing, for the knapsack problem and other combinatorial optimization problems. -Tree structure -Depth - First Order Example: The backtracking algorithm traverses this search tree recursively, from the root down, in depth-first order. -Reject Procedure uses boolean valued function -Variable trail or timestamp ## also look up Ariadne's thread (logic) Backjumping Backward chaining Enumeration algorithm Sudoku solving algorithms Combinatorial optimization Constraint logic programming Concurrent constraint logic programming Mathematical optimization Heuristic algorithms Nurse scheduling problem Traveling tournament problem Here's some internal clarification on the strengths needed: They need excellent programming ability in implementing/inventing these tricky solvers. They don't need perfect polish in software engineering in bringing a piece of code to production (Philippe-level is sufficient). The bar is: they need to be able to single-handedly write a working algorithm at least. A generalist engineer can help them refactor/polish the code for production. ML skills are a nice-to-have not must-have. What is our current bottle-neck: We are missing the implementation ability to get an already-designed algorithm running. We haven't begun the work to bring a prototype implementation into production yet.

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully